paper-with-me

홈 › Papers

Graph Structural-topic Neural Network

2020-06-25 · Qingqing Long, Yilun Jin, Guojie Song, Yi Li, Wei. Lin

Graph Convolutional Networks (GCNs) achieved tremendous success by effectively gathering local features for nodes. However, commonly do GCNs focus more on node features but less on graph structures within the neighborhood, especially higher-order structural patterns. However, such local structural patterns are shown to be indicative of node properties in numerous fields. In addition, it is not just single patterns, but the distribution over all these patterns matter, because networks are complex and the neighborhood of each node consists of a mixture of various nodes and structural patterns. Correspondingly, in this paper, we propose Graph Structural-topic Neural Network, abbreviated GraphSTONE, a GCN model that utilizes topic models of graphs, such that the structural topics capture indicative graph structures broadly from a probabilistic aspect rather than merely a few structures. Specifically, we build topic models upon graphs using anonymous walks and Graph Anchor LDA, an LDA variant that selects significant structural patterns first, so as to alleviate the complexity and generate structural topics efficiently. In addition, we design multi-view GCNs to unify node features and structural topic features and utilize structural topics to guide the aggregation. We evaluate our model through both quantitative and qualitative experiments, where our model exhibits promising performance, high efficiency, and clear interpretability.

📄 PDF Abstract BibTeX arXiv:2006.14278

Code (1)

YimiAChack/GraphSTONE 공식 구현 tf

Tasks

Topic Models

Methods 이 논문이 사용한 방법론

LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

NGTM: Substructure-based Neural Graph Topic Model for Interpretable Graph Generation

2025-07-17 · Yuanxin Zhuang, Dazhong Shen, Ying Sun

Graph generation plays a pivotal role across numerous domains, including molecular design and knowledge graph construction. Although existing methods achieve considerable success in generating realistic graphs, their int…

graph constructionGraph Generation

Integrating Semantic and Structural Information with Graph Convolutional Network for Controversy Detection

2020-05-16 · ACL 2020 6 · Lei Zhong, Juan Cao, Qiang Sheng, Junbo Guo 외

Identifying controversial posts on social media is a fundamental task for mining public sentiment, assessing the influence of events, and alleviating the polarized views. However, existing methods fail to 1) effectively …

Structural Text Segmentation of Legal Documents

2020-12-07 · Dennis Aumiller, Satya Almasian, Sebastian Lackner, Michael Gertz

The growing complexity of legal cases has lead to an increasing interest in legal information retrieval systems that can effectively satisfy user-specific information needs. However, such downstream systems typically req…

Change DetectionInformation RetrievalPassage RetrievalRetrieval+3

TopicNet: Semantic Graph-Guided Topic Discovery

2021-10-27 · NeurIPS 2021 12 · Zhibin Duan, Yishi Xu, Bo Chen, Dongsheng Wang 외

Existing deep hierarchical topic models are able to extract semantically meaningful topics from a text corpus in an unsupervised manner and automatically organize them into a topic hierarchy. However, it is unclear how t…

Inductive BiasTopic ModelsVariational Inference

A Comparative Evaluation of Structural Topic Models and BERTopic for Short, Open-Ended Survey Responses

2026-05-21 · Yan Jiang, Sihong Liu, Philip A. Fisher arxiv

Topic modeling in applied psychology increasingly spans two methodological traditions: probabilistic bag-of-words models and newer embedding-based approaches. Yet many evaluations of these methods rely on longer and clea…

Topic Models