Conference Papers

Permanent URI for this collectionhttps://idr.nitk.ac.in/handle/123456789/28506

Browse

Search Results

Now showing 1 - 2 of 2
  • Item
    Representation Learning in Continuous-Time Dynamic Signed Networks
    (Association for Computing Machinery, 2023) Sharma, K.; Raghavendra, M.; Lee, Y.-C.; Anand Kumar, M.A.; Kumar, S.
    Signed networks allow us to model conflicting relationships and interactions, such as friend/enemy and support/oppose. These signed interactions happen in real-time. Modeling such dynamics of signed networks is crucial to understanding the evolution of polarization in the network and enabling effective prediction of the signed structure (i.e., link signs) in the future. However, existing works have modeled either (static) signed networks or dynamic (unsigned) networks but not dynamic signed networks. Since both sign and dynamics inform the graph structure in different ways, it is non-trivial to model how to combine the two features. In this work, we propose a new Graph Neural Network (GNN)-based approach to model dynamic signed networks, named SEMBA: Signed link's Evolution using Memory modules and Balanced Aggregation. Here, the idea is to incorporate the signs of temporal interactions using separate modules guided by balance theory and to evolve the embeddings from a higher-order neighborhood. Experiments on 4 real-world datasets and 3 different tasks demonstrate that SEMBA consistently and significantly outperforms the baselines by up to 80% on the tasks of predicting signs of future links while matching the state-of-the-art performance on predicting existence of these links in the future. We find that this improvement is due specifically to superior performance of SEMBA on the minority negative class. Code is made available at https://github.com/claws-lab/semba. © 2023 Copyright held by the owner/author(s). ACM ISBN 979-8-4007-0124-5/23/10.
  • Item
    Does Degree Capture It All? A Case Study of Centrality and Clustering in Signed Networks
    (Association for Computing Machinery, Inc, 2025) Murali, S.S.; Abhin, B.; Shetty, R.D.; Bhattacharjee, S.
    Signed graph networks are used to model systems that contain both positive and negative components. By incorporating signed information into Graph Neural Networks (GNNs), allow for the analysis of complex interactions between nodes, facilitating tasks such as sentiment analysis and trust prediction in social networks. Our main goal in this study is to improve feature selection in a benchmark GNN, Signed Graph Attention (SiGAT) by including centrality and clustering measures other than degree. Our studies reveal that using both degree and centrality features slightly improves signed link prediction performance. Further, our ablation studies revealed that 6 degree features and 16 attention heads optimally encode information and reduce noise. © 2024 Copyright held by the owner/author(s).