paper-with-me

홈 › Papers

Active Learning for Graph Embedding

2017-05-15 · Hongyun Cai, Vincent W. Zheng, Kevin Chen-Chuan Chang

Graph embedding provides an efficient solution for graph analysis by converting the graph into a low-dimensional space which preserves the structure information. In contrast to the graph structure data, the i.i.d. node embedding can be processed efficiently in terms of both time and space. Current semi-supervised graph embedding algorithms assume the labelled nodes are given, which may not be always true in the real world. While manually label all training data is inapplicable, how to select the subset of training data to label so as to maximize the graph analysis task performance is of great importance. This motivates our proposed active graph embedding (AGE) framework, in which we design a general active learning query strategy for any semi-supervised graph embedding algorithm. AGE selects the most informative nodes as the training labelled nodes based on the graphical information (i.e., node centrality) as well as the learnt node embedding (i.e., node classification uncertainty and node embedding representativeness). Different query criteria are combined with the time-sensitive parameters which shift the focus from graph based query criteria to embedding based criteria as the learning progresses. Experiments have been conducted on three public data sets and the results verified the effectiveness of each component of our query strategy and the power of combining them using time-sensitive parameters. Our code is available online at: https://github.com/vwz/AGE.

📄 PDF Abstract BibTeX arXiv:1705.05085

Code (1)

vwz/AGE 공식 구현 tf

Tasks

Active LearningGraph EmbeddingNode Classification

Similar Papers 제목 키워드 기반

A CSP implementation of the bigraph embedding problem

2014-12-01 · Marino Miculan, Marco Peressotti

A crucial problem for many results and tools about bigraphs and bigraphical reactive systems is bigraph embedding. An embedding is more informative than a bigraph matching, since it keeps track of the correspondence betw…

Unsupervised Extractive Summarization with Heterogeneous Graph Embeddings for Chinese Document

2022-11-09 · Chen Lin, Ye Liu, Siyu An, Di Yin

In the scenario of unsupervised extractive summarization, learning high-quality sentence representations is essential to select salient sentences from the input document. Previous studies focus more on employing statisti…

Extractive SummarizationSentenceSentence EmbeddingsUnsupervised Extractive Summarization

Learning Social Graph for Inactive User Recommendation

2024-05-08 · Nian Liu, Shen Fan, Ting Bai, Peng Wang 외

Social relations have been widely incorporated into recommender systems to alleviate data sparsity problem. However, raw social relations don't always benefit recommendation due to their inferior quality and insufficient…

Graph structure learningRecommendation Systems

Knowledge-graph based Proactive Dialogue Generation with Improved Meta-Learning

2020-04-19 · Hongcai Xu, Junpeng Bao, Junqing Wang

Knowledge graph-based dialogue systems can narrow down knowledge candidates for generating informative and diverse responses with the use of prior information, e.g., triple attributes or graph paths. However, most curren…

Dialogue GenerationKnowledge GraphsMeta-LearningSentence+2

ActiveHNE: Active Heterogeneous Network Embedding

2019-05-14 · Xia Chen, Guoxian Yu, Jun Wang, Carlotta Domeniconi 외

Heterogeneous network embedding (HNE) is a challenging task due to the diverse node types and/or diverse relationships between nodes. Existing HNE methods are typically unsupervised. To maximize the profit of utilizing t…

Network Embedding