LGSIMay 27, 2025

Fedivertex: a Graph Dataset based on Decentralized Social Networks for Trustworthy Machine Learning

arXiv:2505.20882v11 citationsh-index: 6Has Code
Originality Synthesis-oriented
AI Analysis

This provides a dataset for researchers in decentralized machine learning to benchmark algorithms, though it is incremental as it focuses on data collection rather than algorithmic innovation.

The authors tackled the lack of real-world graph datasets for benchmarking decentralized machine learning by introducing Fedivertex, a dataset of 182 graphs from decentralized social networks crawled over 14 weeks, and demonstrated its utility on tasks including a new defederation task.

Decentralized machine learning - where each client keeps its own data locally and uses its own computational resources to collaboratively train a model by exchanging peer-to-peer messages - is increasingly popular, as it enables better scalability and control over the data. A major challenge in this setting is that learning dynamics depend on the topology of the communication graph, which motivates the use of real graph datasets for benchmarking decentralized algorithms. Unfortunately, existing graph datasets are largely limited to for-profit social networks crawled at a fixed point in time and often collected at the user scale, where links are heavily influenced by the platform and its recommendation algorithms. The Fediverse, which includes several free and open-source decentralized social media platforms such as Mastodon, Misskey, and Lemmy, offers an interesting real-world alternative. We introduce Fedivertex, a new dataset of 182 graphs, covering seven social networks from the Fediverse, crawled weekly over 14 weeks. We release the dataset along with a Python package to facilitate its use, and illustrate its utility on several tasks, including a new defederation task, which captures a process of link deletion observed on these networks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes