paper-with-me

Papers

LINE: Large-scale Information Network Embedding

2015-03-12 · Jian Tang, Meng Qu, Mingzhe Wang, Ming Zhang, Jun Yan, Qiaozhu Mei

This paper studies the problem of embedding very large information networks into low-dimensional vector spaces, which is useful in many tasks such as visualization, node classification, and link prediction. Most existing graph embedding methods do not scale for real world information networks which usually contain millions of nodes. In this paper, we propose a novel network embedding method called the "LINE," which is suitable for arbitrary types of information networks: undirected, directed, and/or weighted. The method optimizes a carefully designed objective function that preserves both the local and global network structures. An edge-sampling algorithm is proposed that addresses the limitation of the classical stochastic gradient descent and improves both the effectiveness and the efficiency of the inference. Empirical experiments prove the effectiveness of the LINE on a variety of real-world information networks, including language networks, social networks, and citation networks. The algorithm is very efficient, which is able to learn the embedding of a network with millions of vertices and billions of edges in a few hours on a typical single machine. The source code of the LINE is available online.

📄 PDF Abstract BibTeX arXiv:1503.03578

Code (9)

tangjianpku/LINE 공식 구현
2myeonggyu/Graph-Embedding
abhilash1910/Deep-Graph-Learning tf
ink-usc/request
leihuayi/NetworkEmbedding tf
liuxinkai94/Graph-embedding tf
ninoxjy/graph-embedding tf
shenweichen/GraphEmbedding tf
zxhhh97/ABot pytorch

Tasks

Graph EmbeddingLink PredictionNetwork EmbeddingNode Classification

Methods 이 논문이 사용한 방법론

LINE 설명 없음

Similar Papers 제목 키워드 기반

struc2vec: Learning Node Representations from Structural Identity

2017-04-11 · Leonardo F. R. Ribeiro, Pedro H. P. Saverese, Daniel R. Figueiredo

Implementation and experiments of graph embedding algorithms.deep walk,LINE(Large-scale Information Network Embedding),node2vec,SDNE(Structural Deep Network Embedding),struc2vec

Graph EmbeddingNetwork EmbeddingNode Classification

DeHIN: A Decentralized Framework for Embedding Large-scale Heterogeneous Information Networks

2022-01-08 · Mubashir Imran, Hongzhi Yin, Tong Chen, Zi Huang 외

Modeling heterogeneity by extraction and exploitation of high-order information from heterogeneous information networks (HINs) has been attracting immense research attention in recent times. Such heterogeneous network em…

Link PredictionNetwork EmbeddingNode Classification

Billion-scale Commodity Embedding for E-commerce Recommendation in Alibaba

2018-03-06 · KDD 2018 5 · Jizhe Wang, Pipei Huang, Huan Zhao, Zhibo Zhang 외

Recommender systems (RSs) have been the most important technology for increasing the business in Taobao, the largest online consumer-to-consumer (C2C) platform in China. The billion-scale data in Taobao creates three maj…

Graph EmbeddingRecommendation Systems

A Semantic Partitioning Method for Large-Scale Training of Knowledge Graph Embeddings

2025-01-08 · Yuhe Bai

In recent years, knowledge graph embeddings have achieved great success. Many methods have been proposed and achieved state-of-the-art results in various tasks. However, most of the current methods present one or more of…

Knowledge Graph EmbeddingsKnowledge Graphs

Embedding-based Recommender System for Job to Candidate Matching on Scale

2021-07-01 · Jing Zhao, Jingya Wang, Madhav Sigdel, Bopeng Zhang 외

The online recruitment matching system has been the core technology and service platform in CareerBuilder. One of the major challenges in an online recruitment scenario is to provide good matches between job posts and ca…

Recommendation SystemsRepresentation LearningRerankingRetrieval