paper-with-me

Papers

Unsupervised Semantic Representation Learning of Scientific Literature Based on Graph Attention Mechanism and Maximum Mutual Information

2022-10-07 · Hongrui Gao, Yawen Li, Meiyu Liang, Zeli Guan

Since most scientific literature data are unlabeled, this makes unsupervised graph-based semantic representation learning crucial. Therefore, an unsupervised semantic representation learning method of scientific literature based on graph attention mechanism and maximum mutual information (GAMMI) is proposed. By introducing a graph attention mechanism, the weighted summation of nearby node features make the weights of adjacent node features entirely depend on the node features. Depending on the features of the nearby nodes, different weights can be applied to each node in the graph. Therefore, the correlations between vertex features can be better integrated into the model. In addition, an unsupervised graph contrastive learning strategy is proposed to solve the problem of being unlabeled and scalable on large-scale graphs. By comparing the mutual information between the positive and negative local node representations on the latent space and the global graph representation, the graph neural network can capture both local and global information. Experimental results demonstrate competitive performance on various node classification benchmarks, achieving good results and sometimes even surpassing the performance of supervised learning.

📄 PDF Abstract BibTeX arXiv:2210.03292

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph AttentionGraph Neural NetworkNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Semantic Representation Learning of Scientific Literature based on Adaptive Feature and Graph Neural Network

2023-11-01 · Hongrui Gao, Yawen Li, Meiyu Liang, Zeli Guan 외

Because most of the scientific literature data is unmarked, it makes semantic representation learning based on unsupervised graph become crucial. At the same time, in order to enrich the features of scientific literature…

Graph AttentionGraph Neural NetworkRepresentation Learning

Unsupervised Construction of Knowledge Graphs From Text and Code

2019-08-25 · Kun Cao, James Fairbanks

The scientific literature is a rich source of information for data mining with conceptual knowledge graphs; the open science movement has enriched this literature with complementary source code that implements scientific…

ClusteringDimensionality ReductionKnowledge GraphsSpecificity+1

An unsupervised cluster-level based method for learning node representations of heterogeneous graphs in scientific papers

2022-03-31 · Jie Song, Meiyu Liang, Zhe Xue, Junping Du 외

Learning knowledge representation of scientific paper data is a problem to be solved, and how to learn the representation of paper nodes in scientific paper heterogeneous network is the core to solve this problem. This p…

Link PredictionRepresentation Learning

Fine-grained Information Extraction from Biomedical Literature based on Knowledge-enriched Abstract Meaning Representation

2021-08-01 · ACL 2021 5 · Zixuan Zhang, Nikolaus Parulian, Heng Ji, Ahmed Elsayed 외

Biomedical Information Extraction from scientific literature presents two unique and non-trivial challenges. First, compared with general natural language texts, sentences from scientific papers usually possess wider con…

Abstract Meaning RepresentationEvent ExtractionGraph AttentionSentence

Entity Set Search of Scientific Literature: An Unsupervised Ranking Approach

2018-04-29 · Jiaming Shen, Jinfeng Xiao, Xinwei He, Jingbo Shang 외

Literature search is critical for any scientific research. Different from Web or general domain search, a large portion of queries in scientific literature search are entity-set queries, that is, multiple entities of pos…

Model Selection