Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qinguangming1999 authored Mar 22, 2024
1 parent aa65a8d commit 52ba7ef
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@

# Read_me

Python train_MRGAN.PY to run the code
This is a pytorch implementation of submission: <b>Multi-Relational Graph Attention Network for Social Relationship Inference from Human Mobility Data</b>


<i>IJCAI'24</i>

## abstract
Inferring social relationships from human mobility data holds significant value in real-life spatio-temporal applications, inspiring the development of a series of graph-based methods for deriving such relationships.
However, despite their noted effectiveness, we argue that previous methods either rely solely on direct relations between users, neglecting valuable user mobility patterns, or have not fully harnessed the indirect interactions, thereby struggling to capture users' mobility preferences. To address these issues, in this work, we propose the Multi-Relational Graph Attention Network MRGAN, a novel graph attention network, which is able to explicitly model indirect relations and effectively capture their different impact. Specifically, we first extract a multi-relational graph from heterogeneous mobility graph to explicitly model the direct and indirect relations, %as different mobility patterns
and then utilize influence attention and cross-relation attention to further capture the different influence between users, and different importance of relations for each user.
Comprehensive experiments on three real-world mobile datasets demonstrate that the proposed model significantly outperforms state-of-the-art models in predicting social relationships between users.



## Requirements
* Python 3.8.6
* tensorflow 2.3.1
* networkx
* numpy
* scipy

## Run the code


**Python train_MRGAN.PY to run the code**









Multi-Relational Graph Attention Network for Social Relationship Inference from Human Mobility Data

0 comments on commit 52ba7ef

Please sign in to comment.