paper-with-me

홈 › Papers

GASim: A Graph-Accelerated Hybrid Framework for Social Simulation

2026-05-08 · Xuan Zhou, Yanhui Sun, Hantao Yao, Allen He, Yongdong Zhang, Wu Liu arxiv

Large-scale social simulators are essential for studying complex social patterns. Prior work explores hybrid methods to scale up simulations, combining large language models (LLM)-based agents with numerical agent-based models (ABM). However, this incurs high latency due to expensive memory retrieval and sequential ABM execution. To address this challenge, we propose GASim, a graph-accelerated hybrid multi-agent framework for large-scale social simulations. For core agents driven by LLM, GASim introduces Graph-Optimized Memory (GOM) to replace intensive LLM-based retrieval pipelines with lightweight propagation over a sparse memory graph. For the majority of ordinary agents, GASim employs Graph Message Passing (GMP), substituting sequential ABM execution with parallel updates by fine-grained feature aggregation and Graph Attention Network. We further introduce Entropy-Driven Grouping (EDG) that coordinates this hybrid partitioning, leveraging information entropy to dynamically identify emergent core agents situated in information-diverse neighborhoods. Extensive experiments show that GASim not only delivers a substantial 9.94-fold end-to-end speedup over the traditional hybrid framework but also consumes less than 20% of baseline tokens, significantly reducing costs while preserving strong alignment with real-world public opinion trends. Our code is available at https://github.com/Jasmine0201/GASim.

📄 PDF Abstract BibTeX arXiv:2605.07692

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graph Embedding Based Hybrid Social Recommendation System

2019-08-26 · Vishwas Sathish, Tanya Mehrotra, Simran Dhinwa, Bhaskarjyoti Das

Item recommendation tasks are a widely studied topic. Recent developments in deep learning and spectral methods paved a path towards efficient graph embedding techniques. But little research has been done on applying the…

Graph Embedding

Understanding Riemannian Acceleration via a Proximal Extragradient Framework

2021-11-04 · Jikai Jin, Suvrit Sra

We contribute to advancing the understanding of Riemannian accelerated gradient methods. In particular, we revisit Accelerated Hybrid Proximal Extragradient(A-HPE), a powerful framework for obtaining Euclidean accelerate…

Riemannian optimization

Socially aware navigation for mobile robots: a survey on deep reinforcement learning approaches

2025-11-18 · Ibrahim Khalil Kabir, Muhammad Faizan Mysorewala arxiv

Socially aware navigation is a fast-evolving research area in robotics that enables robots to move within human environments while adhering to the implicit human social norms. The advent of Deep Reinforcement Learning (D…

Reinforcement Learning

Hybrid Graph: A Unified Graph Representation with Datasets and Benchmarks for Complex Graphs

2023-06-08 · Zehui Li, Xiangyu Zhao, Mingzhu Shen, Guy-Bart Stan 외

Graphs are widely used to encapsulate a variety of data formats, but real-world networks often involve complex node relations beyond only being pairwise. While hypergraphs and hierarchical graphs have been developed and …

Graph LearningRepresentation Learning

Finding Experts in Social Media Data using a Hybrid Approach

2021-04-01 · Simon James, Brady

Several approaches to the problem of expert finding have emerged in computer science research. In this work, three of these approaches - content analysis, social graph analysis and the use of Semantic Web technologies ar…