Influencer or Lurker? The Duality of Social Persona in Multilayer Networks

Are you an influencer, or a lurker? Why not both! Understanding alternate, opposite behaviors in complex social network systems

Diego Perna, Roberto Interdonato, Andrea Tagarelli
Summary
Problem
Method
Results
Takeaways
Abstract

The paper introduces mlALCR (Multilayer Alternate Lurker-Contributor Ranking), a novel centrality framework designed to identify users who switch roles between being active contributors and silent lurkers across different layers of a complex social network. It leverages a mutually reinforcing dual-system approach to model behavioral "opposites" in a multilayer environment.

TL;DR

Most network analysis assumes you are either a "star" or a "follower." This paper challenges that binary by introducing mlALCR, a ranking method that recognizes users often flip roles—acting as an influential contributor on Twitter while remaining a silent "lurker" on LinkedIn. By modeling these alternate behaviors across interconnected network layers, the authors provide a more sophisticated way to map social influence.

Problem: The "Single-Platform" Myopia

In the current Online Social Network (OSN) landscape, individuals are rarely confined to a single digital space. We possess multiple identities across various platforms. Prior work in social network analysis (SNA) has two major blind spots:

  1. Role Staticity: Treating lurking (information consumption) and contributing (information production) as fixed traits.
  2. Platform Isolation: Failing to see how a user's activity (or lack thereof) on one layer influences their status on another.

Existing metrics like PageRank or standard Betweenness Centrality measure "prominence" but fail to capture the Social Boundary Spanning—the phenomenon where a silent observer on one platform becomes the bridge that spreads knowledge to another platform where they are active.

Methodology: The Paradox of Mutual Reinforcement

The core insight of the Alternate Lurker-Contributor Ranking (mlALCR) is that lurking and contributing are two sides of the same coin. The authors utilize a logic reminiscent of Kleinberg’s HITS algorithm (Hubs and Authorities) but apply it to behavioral roles across layers.

The Two Principles

The model operates on two mutually dependent systems of equations:

  • Cross-layer Lurker Behavior: Your strength as a lurker in Layer A is determined by how much you contribute in Layers B, C, and D.
  • Cross-layer Contributor Behavior: Your authority as a contributor in Layer A is supported by the lurking (information consumption) of others, and your own propensity to "lurk" and gather intelligence in other layers.

Conceptual Model of Multi-platform Behavior Figure 1: Illustration of a user exhibiting active participation in one layer (e.g., Layer 2) while remaining a lurker in others (e.g., Layer 1).

The Mathematics of "Alternation"

The ranking is calculated via a linear combination of internal and external behaviors. For a node in layer :

  • Lurking Score (): Proportional to the contributors the user follows in the current layer PLUS the lurking status of their neighbors in external layers.
  • Contributor Score (): Proportional to the lurkers following them in the current layer PLUS their own contribution status recorded in external layers.

mlALCR Equation System (Formula for the cross-layer sneaking score, showing the balance between local and external layer behavior)

Application Domains: Beyond Pure Research

Why does this matter? The authors identify several high-stakes applications:

  • Targeted Marketing: Instead of just targeting "busy" users, companies can identify "lurkers" who have high consumption patterns on specific platforms and use "cross-layer seeds" (users who influence them on other platforms) to reach them.
  • User Engagement (Delurking): By understanding why a user lurks (e.g., security concerns or lack of commitment), platforms can design localized "rewards" or "badges" to transition them into contributors.
  • Information Containment: Identifying "bridges" who consume sensitive info in one layer and spread it to another is crucial for stopping the flow of fake news and protecting information security.

Critical Insight & Conclusion

The mlALCR framework successfully shifts the focus from who the user is to how the user behaves across the ecosystem. It acknowledges the "Legitimate Peripheral Participation"—that lurking is not "doing nothing," but is rather a strategic phase of information gathering that fuels contribution elsewhere.

Limitations: While powerful, the model relies on the ability to link accounts across platforms (the "User Identity Linkage" problem), which remains a non-trivial challenge in privacy-sensitive environments. Future work could potentially integrate this with automated profile matching to create a truly end-to-end multilayer analytic tool.

Takeaway: In the future of OSN analysis, we must stop asking if a user is an influencer OR a lurker. The real value lies in those who are both.

Find Similar Papers

Try Our Examples

  • Search for recent papers that extend the HITS algorithm or PageRank to model multi-role user behaviors in multiplex social networks.
  • Which study first introduced the concept of "Lurking Centrality" using topology-only information, and how does the current mlALCR framework differ in its mathematical formulation?
  • Explore research that applies multilayer behavioral modeling to the detection of fake news propagation or cross-platform information containment.
Contents
Influencer or Lurker? The Duality of Social Persona in Multilayer Networks
1. TL;DR
2. Problem: The "Single-Platform" Myopia
3. Methodology: The Paradox of Mutual Reinforcement
3.1. The Two Principles
3.2. The Mathematics of "Alternation"
4. Application Domains: Beyond Pure Research
5. Critical Insight & Conclusion