paper-with-me

Papers

Multi-View Collaborative Network Embedding

2020-05-17 · Sezin Kircali Ata, Yuan Fang, Min Wu, Jiaqi Shi, Chee Keong Kwoh, Xiao-Li Li

Real-world networks often exist with multiple views, where each view describes one type of interaction among a common set of nodes. For example, on a video-sharing network, while two user nodes are linked if they have common favorite videos in one view, they can also be linked in another view if they share common subscribers. Unlike traditional single-view networks, multiple views maintain different semantics to complement each other. In this paper, we propose MANE, a multi-view network embedding approach to learn low-dimensional representations. Similar to existing studies, MANE hinges on diversity and collaboration - while diversity enables views to maintain their individual semantics, collaboration enables views to work together. However, we also discover a novel form of second-order collaboration that has not been explored previously, and further unify it into our framework to attain superior node representations. Furthermore, as each view often has varying importance w.r.t. different nodes, we propose MANE+, an attention-based extension of MANE to model node-wise view importance. Finally, we conduct comprehensive experiments on three public, real-world multi-view networks, and the results demonstrate that our models consistently outperform state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2005.08189

Code (3)

THUDM/GATNE tf
cenyk1230/GATNE tf
sezinata/MANE pytorch

Tasks

DiversityNetwork Embedding

Similar Papers 제목 키워드 기반

Unifying paragraph embeddings and neural collaborative filtering for hybrid recommendation

2020-01-20 · 03/16 2020 1 · Yihao Zhang a, Zhi Liu a, ∗, Chunyan Sang b

Collaborative filtering is one of widely used recommendation techniques. Despite the effectiveness of matrix factorization for collaborative filtering; however, the inner product operator, combining the multiplication …

Collaborative Filtering

Deep Contrastive Multiview Network Embedding

2021-08-16 · Mengqi Zhang, Yanqiao Zhu, Qiang Liu, Shu Wu 외

Multiview network embedding aims at projecting nodes in the network to low-dimensional vectors, while preserving their multiple relations and attribute information. Contrastive learning approaches have shown promising pe…

AttributeContrastive LearningGraph EmbeddingNetwork Embedding

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…

Personalized Neural Embeddings for Collaborative Filtering with Text

2019-03-19 · NAACL 2019 6 · Guang-Neng Hu

Collaborative filtering (CF) is a core technique for recommender systems. Traditional CF approaches exploit user-item relations (e.g., clicks, likes, and views) only and hence they suffer from the data sparsity issue. It…

Collaborative FilteringRecommendation SystemsWord Embeddings

Collaborative Filtering with Attribution Alignment for Review-based Non-overlapped Cross Domain Recommendation

2022-02-10 · Weiming Liu, Xiaolin Zheng, Mengling Hu, Chaochao Chen

Cross-Domain Recommendation (CDR) has been popularly studied to utilize different domain knowledge to solve the data sparsity and cold-start problem in recommender systems. In this paper, we focus on the Review-based Non…

Collaborative FilteringRecommendation Systems