CoolFace
Datasetpublic

disco-eth/AgentsNet

AgentsNet This repository contains the graph instances used in the AgentsNet: Coordination and Collaborative Reasoning in Multi-Agent LLMs paper. AgentsNet is a new benchmark for multi-agent reasoning, designed to measure the ability of multi-agent systems to collaboratively form strategies for problem-solving, self-organization, and effective communication given a network topology. It draws inspiration from classical problems in distributed systems and graph theory. Paper:… See the full description on the dataset page: https://huggingface.co/datasets/disco-eth/AgentsNet.

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes266downloads
Dataset Card

AgentsNet

This repository contains the graph instances used in the AgentsNet: Coordination and Collaborative Reasoning in Multi-Agent LLMs paper.

AgentsNet is a new benchmark for multi-agent reasoning, designed to measure the ability of multi-agent systems to collaboratively form strategies for problem-solving, self-organization, and effective communication given a network topology. It draws inspiration from classical problems in distributed systems and graph theory.

Dataset

The dataset consists of synthetic graphs generated using various random graph models. It serves as the input for all experiments in the benchmark.

Citation

If you use this dataset, please cite the associated paper:

bibtex
@misc{grötschla2025agentsnetcoordinationcollaborativereasoning,
      title={AgentsNet: Coordination and Collaborative Reasoning in Multi-Agent LLMs}, 
      author={Florian Grötschla and Luis Müller and Jan Tönshoff and Mikhail Galkin and Bryan Perozzi},
      year={2025},
      eprint={2507.08616},
      archivePrefix={arXiv},
      primaryClass={cs.MA},
      url={https://arxiv.org/abs/2507.08616}, 
}