paper-with-me

Papers

div2vec: Diversity-Emphasized Node Embedding

2020-09-21 · Jisu Jeong, Jeong-Min Yun, Hongi Keam, Young-Jin Park, Zimin Park, Junki Cho

Recently, the interest of graph representation learning has been rapidly increasing in recommender systems. However, most existing studies have focused on improving accuracy, but in real-world systems, the recommendation diversity should be considered as well to improve user experiences. In this paper, we propose the diversity-emphasized node embedding div2vec, which is a random walk-based unsupervised learning method like DeepWalk and node2vec. When generating random walks, DeepWalk and node2vec sample nodes of higher degree more and nodes of lower degree less. On the other hand, div2vec samples nodes with the probability inversely proportional to its degree so that every node can evenly belong to the collection of random walks. This strategy improves the diversity of recommendation models. Offline experiments on the MovieLens dataset showed that our new method improves the recommendation performance in terms of both accuracy and diversity. Moreover, we evaluated the proposed model on two real-world services, WATCHA and LINE Wallet Coupon, and observed the div2vec improves the recommendation quality by diversifying the system.

📄 PDF Abstract BibTeX arXiv:2009.09588

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGraph Representation LearningRecommendation SystemsRepresentation 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…
node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…

Similar Papers 제목 키워드 기반

DiversiTree: A New Method to Efficiently Compute Diverse Sets of Near-Optimal Solutions to Mixed-Integer Optimization Problems

2022-04-08 · Izuwa Ahanor, Hugh Medal, Andrew C. Trapp

While most methods for solving mixed-integer optimization problems compute a single optimal solution, a diverse set of near-optimal solutions can often lead to improved outcomes. We present a new method for finding a set…

Diversity

CoarSAS2hvec: Heterogeneous Information Network Embedding with Balanced Network Sampling

2021-10-12 · Ling Zhan, Tao Jia

Heterogeneous information network (HIN) embedding aims to find the representations of nodes that preserve the proximity between entities of different nature. A family of approaches that are wildly adopted applies random …

Network Embedding

DynG2G: An Efficient Stochastic Graph Embedding Method for Temporal Graphs

2021-09-28 · Mengjia Xu, Apoorva Vikram Singh, George Em Karniadakis

Dynamic graph embedding has gained great attention recently due to its capability of learning low dimensional graph representations for complex temporal graphs with high accuracy. However, recent advances mostly focus on…

DiversityDynamic graph embeddingGraph EmbeddingTriplet+1

Investigating Dynamic Routing in Tree-Structured LSTM for Sentiment Analysis

2019-11-01 · IJCNLP 2019 11 · Jin Wang, Liang-Chih Yu, K. Robert Lai, Xue-jie Zhang

Deep neural network models such as long short-term memory (LSTM) and tree-LSTM have been proven to be effective for sentiment analysis. However, sequential LSTM is a bias model wherein the words in the tail of a sentence…

SentenceSentiment AnalysisSentiment Classification

Multi-View Collaborative Network Embedding

2020-05-17 · Sezin Kircali Ata, Yuan Fang, Min Wu, Jiaqi Shi 외

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 co…

DiversityNetwork Embedding