Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MAPS: Multilingual Agent Perspective Survey

Check out our Multilingual Society Simulation research paper at arXiv, and code implementation at GitHub.

Get Started

from datasets import load_dataset

def load_global_opinions_question():
    ds = load_dataset("magicgh/MAPS", "opinion", split="train")
    return ds

def load_global_opinions_persona():
    ds = load_dataset("magicgh/MAPS", "persona", split="train")
    return ds

Citation

@article{masim,
  title={MASim: Multilingual Agent-Based Simulation for Social Science},
  author={Zhang, Xuan and Zhang, Wenxuan and Wang, Anxu and Ng, See-Kiong and Deng, Yang},
  journal={arXiv preprint arXiv:2512.07195},
  year={2025}
}
Downloads last month
96

Paper for magicgh/MAPS