Papers
Topics
Authors
Recent
Search
2000 character limit reached

Social Sphere Model for Network Analysis

Updated 8 July 2026
  • Social Sphere Model is a framework that embeds actors on a hypersphere, using angular similarity to model interactions and derive network ties.
  • It employs Bayesian inference with gradient-based MCMC sampling to uncover transitivity, community structures, and cyclical patterns.
  • Empirical results, such as on the Florentine network, demonstrate improved link prediction and numerical stability over Euclidean models.

Searching arXiv for the cited papers to ground the article and citations. The Social Sphere Model denotes a family of representations in which social structure is modeled through an explicit latent, geometric, multiplex, spatial, or structured state space that organizes how actors relate, interact, and coordinate. In the most direct technical sense, the term refers to the spherical latent space model for social network analysis introduced in "Spherical latent space models for social network analysis" (Sosa et al., 22 Aug 2025), where actors are embedded as points on a hypersphere and the probability of a tie is governed by angular similarity rather than Euclidean distance. More broadly, related work uses the same underlying intuition in distinct formalisms: as a multi-layer social space built from coexisting networks (Nunes et al., 2015), as a networked public sphere driven by social sensing and collective action (Monroy-Hernández et al., 2016), as a social distance geometry in Blau space (Hoffmann et al., 2020), as a multiplex of correlated contexts and channels [(Kertesz et al., 2016); (Murase et al., 2014)], as a place-focused system of extra-network foci (Brown et al., 2013), and as a structured social world state for AI reasoning (Zhou et al., 30 Aug 2025). Across these variants, the common idea is that social ties are not treated as isolated dyads but as consequences of position in a bounded, layered, or semantically structured social environment.

1. Spherical latent geometry

In the most specific usage, the Social Sphere Model is the spherical latent space model of social networks proposed in (Sosa et al., 22 Aug 2025). For an undirected binary network with adjacency matrix Y=[yi,j]\mathbf{Y} = [y_{i,j}], the model places each actor at a latent position zi\mathbf{z}_i on a unit hypersphere,

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.

Tie probability is determined by angular similarity through the inner product,

ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,

Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).

Because zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j}), with geodesic distance

γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],

the model interprets social similarity as angular proximity on a compact manifold (Sosa et al., 22 Aug 2025).

This formulation differs from the standard Euclidean latent distance model associated with Hoff 2002, in which actors are embedded in Rd\mathbb{R}^d and tie probability declines with Euclidean distance. The spherical model replaces a flat, unbounded latent space with a curved and compact one. Distances are bounded, inner products lie in [1,1][-1,1], translation and scaling freedoms are removed, and only rotation/reflection invariance remains (Sosa et al., 22 Aug 2025). This bounded geometry is presented as central to the model’s interpretive and inferential behavior.

The model likelihood for all dyads is given as

L(α,β,Z)=i<jpi,jyi,j(1pi,j)1yi,j,pi,j=logit1(α+βzizj),\mathcal{L}(\alpha,\beta,\mathbf{Z}) = \prod_{i<j} p_{i,j}^{\,y_{i,j}}(1-p_{i,j})^{1-y_{i,j}}, \quad p_{i,j} = \textsf{logit}^{-1}\left(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\right),

with corresponding log-likelihood

zi\mathbf{z}_i0

The paper also gives gradients with respect to zi\mathbf{z}_i1, zi\mathbf{z}_i2, and the latent positions, enabling optimization and gradient-based MCMC (Sosa et al., 22 Aug 2025).

2. Formal specification and Bayesian inference

The Bayesian specification in (Sosa et al., 22 Aug 2025) uses a uniform prior on the sphere for latent positions,

zi\mathbf{z}_i3

and a correlated Normal prior for the global parameters,

zi\mathbf{z}_i4

with

zi\mathbf{z}_i5

In the Florentine example, the hyperparameters are set to zi\mathbf{z}_i6, zi\mathbf{z}_i7, zi\mathbf{z}_i8, zi\mathbf{z}_i9, and ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.0 (Sosa et al., 22 Aug 2025).

Up to normalization, the posterior is

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.1

with the quadratic form

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.2

The paper develops three sampling strategies: Metropolis–Hastings (MH), Hamiltonian Monte Carlo (HMC) for Euclidean parameters, and Spherical / Geodesic Hamiltonian Monte Carlo (GHMC) for manifold-constrained latent positions (Sosa et al., 22 Aug 2025).

In the MH scheme, each latent position is updated using a von Mises–Fisher proposal,

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.3

while ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.4 and ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.5 are updated with Gaussian random-walk proposals. Rotational non-identifiability is handled after each iteration by orthogonal Procrustes alignment to a reference configuration (Sosa et al., 22 Aug 2025). For manifold-aware sampling, GHMC constrains momentum to the tangent space and uses exact spherical geodesic flow,

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.6

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.7

thereby preserving the unit-norm constraint exactly (Sosa et al., 22 Aug 2025).

A plausible implication is that the spherical formulation is not merely a reparameterization of latent distance modeling but a genuinely manifold-constrained Bayesian model whose geometry directly affects identifiability, sampler design, and posterior concentration.

3. Structural interpretation: transitivity, communities, and cycles

A central claim of the spherical model is that hyperspherical geometry naturally supports transitivity, community structure, and cyclical patterns (Sosa et al., 22 Aug 2025). If three actors occupy nearby directions on the sphere, all pairwise inner products are high, so the logistic predictor yields high probabilities for all three dyads. In this way, transitivity emerges from local angular concentration rather than from an explicit triangle term.

For community structure, the paper proposes mixture and von Mises–Fisher priors,

ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.8

with ziSd1={zRd:z=1}.\mathbf{z}_i \in \mathbb{S}^{d-1} = \{\mathbf{z} \in \mathbb{R}^d : \|\mathbf{z}\| = 1\}.9 (Sosa et al., 22 Aug 2025). Here communities become directional clusters centered around poles ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,0. High ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,1 implies concentrated regions on the sphere, which in turn imply dense intra-community ties and sparser inter-community ties.

On ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,2 and ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,3, the same geometry supports cyclical or ring-like arrangements. The paper explicitly notes that circles and spheres represent periodic or cyclic structures more naturally than linear Euclidean coordinates and draws an analogy to spherical voting models in political science (Sosa et al., 22 Aug 2025). The Florentine example is described as yielding a compact circular embedding on ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,4 with clear block separation.

Related work suggests that “social sphere” can also denote a broader layered or contextual social space. In "Modelling Structured Societies: a Multi-relational Approach to Context Permeability" (Nunes et al., 2015), social space is a multi-dimensional environment composed of several coexisting social networks, each representing a distinct context. There, context permeability is the ability of a norm, strategy, opinion, or trend to permeate from one social relation to another, either because agents can interact in multiple networks concurrently or because they switch contexts over time (Nunes et al., 2015). This suggests a more general reading of the term: social spheres may be directional regions on a manifold, but they may also be multiplex contexts whose overlaps and bridges govern collective outcomes.

4. Degeneracy, boundedness, and identifiability

One of the main technical motivations for the hyperspherical formulation is the mitigation of degeneracy found in Euclidean latent space models (Sosa et al., 22 Aug 2025). In Euclidean latent distance models, distances are unbounded and latent positions can drift arbitrarily far apart, yielding extreme link probabilities and numerical instability. Euclidean models are also invariant under rotations, translations, and scalings, which creates non-identifiability and drift of norms (Sosa et al., 22 Aug 2025).

On the sphere, by contrast,

ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,5

so the linear predictor is bounded:

ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,6

This means tie probabilities are bounded away from extremes unless ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,7 itself is very large. The compactness of ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,8 prevents latent positions from escaping to infinity, and translation and scaling invariances disappear; only global rotation/reflection remains (Sosa et al., 22 Aug 2025).

The paper states that “The spherical formulation yields a compact latent space, preventing positions from drifting to arbitrarily large norms as in Euclidean spaces, thereby avoiding degeneracy and improving numerical stability” (Sosa et al., 22 Aug 2025). In practice, this boundedness changes both geometry and inference. It also changes interpretation: tie propensity is no longer driven by unconstrained distance but by a bounded directional similarity.

A related but distinct formalization of social space appears in "Inference of a universal social scale and segregation measures using social connectivity kernels" (Hoffmann et al., 2020). There, individuals occupy positions in Blau space, and tie probability is modeled by a connectivity kernel

ηi,j=α+βzizj,\eta_{i,j} = \alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j,9

with a logistic form

Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).0

The induced social separation

Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).1

acts as a universal social scale, and under homophily plus metric-compatible features it induces a metric on Blau space (Hoffmann et al., 2020). This is not a spherical latent model, but it shares the core premise that social ties are functions of position in a structured social space.

5. Empirical applications and comparative performance

The spherical latent space model is demonstrated on two benchmark datasets, with the Florentine families marriage network described in detail (Sosa et al., 22 Aug 2025). The Florentine network is an undirected binary network of marriage ties among 16 elite families in 15th-century Florence, with one isolated family dropped so that Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).2 (Sosa et al., 22 Aug 2025). The paper compares Euclidean latent spaces Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).3 to spherical latent spaces Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).4.

For the Florentine data, the paper reports that Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).5 attains the best WAIC at 161.099, while the spherical models remain competitive despite fewer degrees of freedom: Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).6 has WAIC 199.367 and Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).7 has WAIC 384.106 (Sosa et al., 22 Aug 2025). Degrees of freedom are compared as follows: for Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).8 nodes and dimension Pr(yi,j=1α,β,zi,zj)=logit1(α+βzizj).\Pr(y_{i,j}=1 \mid \alpha,\beta,\mathbf{z}_i,\mathbf{z}_j) = \textsf{logit}^{-1}\big(\alpha + \beta\,\mathbf{z}_i^\top \mathbf{z}_j\big).9, Euclidean zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})0 uses zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})1 parameters, while spherical zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})2 uses zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})3 (Sosa et al., 22 Aug 2025). The paper further reports posterior variance of positions as 0.154 for zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})4 and 0.393 for zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})5, describing these as tight geometric consolidations (Sosa et al., 22 Aug 2025).

The most striking empirical results concern link prediction. Using out-of-sample ROC/AUC, accuracy, and F1, the paper reports the following values for the Florentine network (Sosa et al., 22 Aug 2025):

Model AUC Accuracy F1
zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})6 0.773 0.780 0.439
zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})7 0.910 0.819 0.627
zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})8 0.913 0.933 0.820
zizj=cos(γi,j)\mathbf{z}_i^\top \mathbf{z}_j = \cos(\gamma_{i,j})9 0.941 0.923 0.789
γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],0 0.994 0.952 0.857

The paper also states that spectral clustering of spherical latent positions, with the number of clusters chosen via silhouette and modularity, yields the highest modularity for the γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],1 model, specifically γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],2 (Sosa et al., 22 Aug 2025). Posterior predictive checks on degree distribution, geodesic distance distribution, shared edges, triad census, and modularity are reported to place observed statistics within posterior predictive intervals (Sosa et al., 22 Aug 2025).

These findings support the narrow, model-specific meaning of Social Sphere Model as a hyperspherical latent model. At the same time, they resonate with other strands of research on social spaces. Spatially embedded social spheres have been modeled using the SSCN framework of "Modeling spatial social complex networks for dynamical processes" (Wickramasinghe et al., 2017), where individuals have both social ties and spatial coordinates, and the model reproduces Zipf-like city sizes, heavy-tailed degree distributions, high clustering, and short paths. Likewise, "The elliptic model for social fluxes" (Herrera-Yagüe et al., 2013) uses an ellipse-based interaction region to predict symmetric tie counts between locations via

γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],3

treating the ellipse population γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],4 as the shared spatial “sphere” that screens social ties (Herrera-Yagüe et al., 2013).

6. Broader variants of the social sphere concept

Outside spherical latent geometry, the phrase or underlying idea appears in several neighboring literatures. In "Smart Societies: From Citizens as Sensors to Collective Action" (Monroy-Hernández et al., 2016), the relevant structure is the networked public sphere of societal computing. There, individuals produce digital traces as “social sensors,” platforms aggregate these into societal patterns, and the resulting networked public sphere supports discourse, mobilization, and collective action. The model is explicitly conceptual rather than formalized, but it is organized into individual, network/group, and societal/institutional levels, with a pathway from sensing to aggregation, awareness, and collective action (Monroy-Hernández et al., 2016).

In multiplex network models, social spheres are layers or contexts rather than latent coordinates. "Multiplex Modeling of the Society" (Kertesz et al., 2016) and "Multilayer weighted social network model" (Murase et al., 2014) treat society as a set of weighted layers over the same individuals, with each layer representing a social context or communication channel. The aggregate network is

γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],5

Those papers show that independent layers destroy the Granovetterian relation between topology and link weights, while geographic inter-layer correlations preserve both Granovetterian structure and enhanced community overlap [(Kertesz et al., 2016); (Murase et al., 2014)]. This suggests that a social sphere model may need shared latent constraints—geographic or otherwise—to align multiple contexts without collapsing them into noise.

A place-centered version appears in "A place-focused model for social networks in cities" (Brown et al., 2013), which operationalizes Feld’s focused organization theory by treating physical venues as extra-network foci. Users are assigned to venues according to popularity and geographic rank distance, and ties are formed within venues with probabilities that depend on venue category and popularity. Small “social” places such as Food, Nightlife Spot, and Residence are especially likely to generate friendships, and more than 70–90% of triangles in the empirical city networks share at least one common place (Brown et al., 2013). Here social spheres are literal places and place categories rather than latent coordinates.

A distinct AI-oriented formulation appears in "Social World Models" (Zhou et al., 30 Aug 2025). That work introduces S³AP, a structured social world representation formalism following a Dec-POMDP-like design, where each timestep contains an environment state, joint observations, joint actions, and memories. It supports state induction from narrative text and downstream world modeling for prediction and planning (Zhou et al., 30 Aug 2025). The state transition perspective is

γi,j=arccos(zizj)[0,π],\gamma_{i,j} = \arccos(\mathbf{z}_i^\top \mathbf{z}_j) \in [0,\pi],6

and the “Foresee and Act” algorithm uses simulated future social states to improve action selection (Zhou et al., 30 Aug 2025). This is not a network model, but it is arguably the most explicit recent use of a structured social-world state as a “sphere” in which agents reason about others’ observations and mental states.

7. Limitations, misconceptions, and open directions

A common misconception is to treat the Social Sphere Model as a single universally accepted formalism. The literature instead contains several non-equivalent constructions. In the narrow sense of (Sosa et al., 22 Aug 2025), it is a spherical latent space model for undirected binary networks. In other contexts, the same phrase is reconstructed conceptually from societal computing (Monroy-Hernández et al., 2016), used to describe multiplex context models [(Nunes et al., 2015); (Kertesz et al., 2016); (Murase et al., 2014)], or applied to AI world models of social interaction (Zhou et al., 30 Aug 2025). These are related by metaphor and structure, not by a single shared set of equations.

Within the spherical latent model itself, the paper focuses on binary undirected networks and states that extensions to directed or valued networks require additional modeling work (Sosa et al., 22 Aug 2025). It also notes that the geometric constraint may be too restrictive for some networks whose underlying structure is not well represented on a sphere (Sosa et al., 22 Aug 2025). MH is computationally simple but may mix slowly in higher dimensions, while GHMC improves exploration at higher computational cost (Sosa et al., 22 Aug 2025).

Across the broader literature, each variant has its own limitations. Blau-space kernels assume conditional independence of edges given attributes and may miss triadic closure or popularity effects (Hoffmann et al., 2020). Multiplex context-permeability models use static networks, homogeneous agents, and binary opinions (Nunes et al., 2015). Place-focused models are limited by platform-specific sampling and by their emphasis on physical venues rather than non-spatial foci (Brown et al., 2013). AI social world models depend on parser quality, benchmark structure, and hand-designed representations, and raise issues of bias and privacy when modeling mental states (Zhou et al., 30 Aug 2025).

A plausible implication is that future work on social sphere models will be hybrid. Spherical latent geometry offers boundedness, directional clustering, and cyclic structure; multiplex models provide explicit context separation; Blau-space kernels give interpretable distance scales; place and geography models ground spheres in space; structured social world models add temporality, partial observability, and mental-state reasoning. The current literature suggests not a single canonical social sphere model, but a research program centered on representing social position, context, and dynamics in a way that preserves both structural regularities and interpretability (Sosa et al., 22 Aug 2025, Hoffmann et al., 2020, Zhou et al., 30 Aug 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Social Sphere Model.