paper-with-me

Papers

Network Representation Learning with Rich Text Information

2015-06-24 · IJCAI 2015 6 · Cheng Yang, Zhiyuan Liu, Deli Zhao, Maosong Sun, Edward Chang

Representation learning has shown its effectiveness in many tasks such as image classification and text mining. Network representation learning aims at learning distributed vector representation for each vertex in a network, which is also increasingly recognized as an important aspect for network analysis. Most network representation learning methods investigate network structures for learning. In reality, network vertices contain rich information (such as text), which cannot be well applied with algorithmic frameworks of typical representation learning methods. By proving that DeepWalk, a state-of-the-art network representation method, is actually equivalent to matrix factorization (MF), we propose text-associated DeepWalk (TADW). TADW incorporates text features of vertices into network representation learning under the framework of matrix factorization. We evaluate our method and various baseline methods by applying them to the task of multi-class classification of vertices. The experimental results show that, our method outperforms other baselines on all three datasets, especially when networks are noisy and training ratio is small.

📄 PDF Abstract BibTeX

Code (3)

albertyang33/TADW 공식 구현
benedekrozemberczki/TADW
benedekrozemberczki/karateclub

Tasks

General Classificationimage-classificationImage ClassificationMulti-class ClassificationNetwork EmbeddingNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Heterformer: Transformer-based Deep Node Representation Learning on Heterogeneous Text-Rich Networks

2022-05-20 · Bowen Jin, Yu Zhang, Qi Zhu, Jiawei Han

Representation learning on networks aims to derive a meaningful vector representation for each node, thereby facilitating downstream tasks such as link prediction, node classification, and node clustering. In heterogeneo…

ClusteringGraph AttentionLink PredictionNode Classification+3

How Much Do Reviews Really Contribute? A Study on Text-Enriched Matrix Factorization for Recommendations

2026-06-15 · Eduardo Ferreira da Silva, Mayki dos Santos Oliveira, Joel Machado Pires Denis Dantas Boaventura, Frederico Araújo Durão arxiv

Incorporating textual reviews into a Recommender System has become a prominent strategy for enriching collaborative signals with semantic information. However, the actual contribution of review-derived representations re…

Jensen-Shannon Divergence Message-Passing for Rich-Text Graph Representation Learning

2025-12-23 · Zuo Wang, Ye Yuan arxiv

In this paper, we investigate how the widely existing contextual and structural divergence may influence the representation learning in rich-text graphs. To this end, we propose Jensen-Shannon Divergence Message-Passing …

Graph Representation Learning

Structure and Features Fusion with Evidential Graph Convolutional Neural Network for Node Classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recently, text-enhanced network representation learning has achieved great success by taking advantage of rich text information and network structure information. However, content-rich network representation learning and…

ClassificationGraph Representation LearningNode ClassificationRepresentation Learning

CoRGi: Content-Rich Graph Neural Networks with Attention

2021-10-10 · Jooyeon Kim, Angus Lamb, Simon Woodhead, Simon Peyton Jones 외

Graph representations of a target domain often project it to a set of entities (nodes) and their relations (edges). However, such projections often miss important and rich information. For example, in graph representatio…

ImputationValue prediction