arXiv ScienceSearch

arXiv · 1809.00130

Semi-supervised Learning on Graphs with Generative Adversarial Nets

Abstract

We investigate how generative adversarial nets (GANs) can help semi-supervised learning on graphs. We first provide insights on working principles of adversarial learning over graphs and then present GraphSGAN, a novel approach to semi-supervised learning on graphs. In GraphSGAN, generator and classifier networks play a novel competitive game. At equilibrium, generator generates fake samples in low-density areas between subgraphs. In order to discriminate fake samples from the real, classifier implicitly takes the density property of subgraph into consideration. An efficient adversarial learning algorithm has been developed to improve traditional normalized graph Laplacian regularization with a theoretical guarantee. Experimental results on several different genres of datasets show that the proposed GraphSGAN significantly outperforms several state-of-the-art methods. GraphSGAN can be also trained using mini-batch, thus enjoys the scalability advantage.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Ming Ding, Jie Tang, Jie Zhang. 2018-09-01. Semi-supervised Learning on Graphs with Generative Adversarial Nets. https://doi.org/10.1145/3269206.3271768

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

Toward Collective-Centric Evaluation of Preference Inference for Participatory Democracy

To scale up collective decision-making, participatory democracy platforms such as Polis and Remesh enable online deliberation among thousands of participants. However, at this scale, participants cannot review every opinion submitted by others, producing highly sparse voting data that misrepresent patterns of consensus, conflict, and minority support. Platforms therefore increasingly rely on Preference Inference (PI) models to predict missing votes. Yet this automation is not neutral: inferred preferences can artificially amplify, suppress, or reorder existing patterns of support, ultimately reshaping how the outcomes of a deliberation are interpreted. More generally, we lack a systematic understanding of how existing PI methods affect the collective preference landscape. To address this gap, we benchmark several existing PI approaches in this context. Moving beyond conventional user-centric evaluations centered on the accuracy of individual predictions, we introduce a collective-centric evaluation framework that measures whether inferred votes preserve salient properties of the broader preference landscape. We further contribute the largest multilingual dataset of its kind: four consultations spanning over 90k participants, 1M votes, and 22 languages. Our experiments show that models with comparable predictive accuracy can differ substantially in the degree to which they preserve the collective structure. These results demonstrate that accuracy alone is insufficient for evaluating PI in democratic settings. By contributing a novel comprehensive and collective-centric evaluation benchmark for the task of PI, this work aims to support the development of AI systems that scale deliberation without compromising the integrity of its democratic outcomes.

cs.SI

Exploring Climate-Related Anxiety Through Social Media Content

This study explores climate-related anxiety as expressed through social media discussions on Reddit. Using natural language processing techniques, we analyse large-scale textual data to identify recurring themes, emotional patterns, and how these evolve over time. Text data was preprocessed and analysed using BERTopic for topic modelling and a transformer-based model for emotion classification across 28 categories using the RoBERTa-base GoEmotions model. Results show that climate-related discourse is structured around a small number of core themes, primarily separating action-oriented discussions like advocacy and policy from informational and reflective content. Emotional analysis reveals that negative emotions such as fear and sadness are more prominent in posts, while comments often introduce a wider range of responses, including care, encouragement, and neutral reactions. These findings suggest that online climate discourse is shaped not only by the topics being discussed, but also by how users engage with and respond to one another. This work provides an initial framework for understanding climate-related anxiety through large-scale social media analysis and highlights opportunities for improving future models, expanding platform coverage, and incorporating youth-centred perspectives.

cs.SI

Motifs in temporal hypergraphs

Network motifs, recurrent local patterns of interactions in graphs, provide fundamental insights on the interplay between structure and functionality in complex systems. Many real-world systems are not well represented by traditional static pairwise networks, as interactions may involve groups of nodes, occur over time, or encode directionality. In this paper, we introduce temporal motifs for hypergraphs and directed hypergraphs, extending motif analysis to timestamped many-body interactions. We formalize the corresponding mining problem, study the combinatorial structure of these motifs, and develop exact algorithms for their enumeration. In particular, we propose a dynamic programming algorithm that substantially reduces the computational cost of motif mining, achieving orders of magnitude speedups on empirical datasets. We also introduce a null model for temporal hypergraphs to assess the statistical over- and under-expression of motifs. Applying the proposed framework to real-world datasets from different domains, including face-to-face contacts, scientific collaborations, e-mail exchanges, and Bitcoin transactions, we show that temporal hypergraph motifs reveal distinct forms of local organization across systems. Finally, we demonstrate their use as an exploratory tool through focused case studies on persistent patterns in scientific collaborations and e-mail communications.

cs.SI