paper-with-me

Papers

Unifying Graph Contrastive Learning with Flexible Contextual Scopes

2022-10-17 · Yizhen Zheng, Yu Zheng, Xiaofei Zhou, Chen Gong, Vincent CS Lee, Shirui Pan

Graph contrastive learning (GCL) has recently emerged as an effective learning paradigm to alleviate the reliance on labelling information for graph representation learning. The core of GCL is to maximise the mutual information between the representation of a node and its contextual representation (i.e., the corresponding instance with similar semantic information) summarised from the contextual scope (e.g., the whole graph or 1-hop neighbourhood). This scheme distils valuable self-supervision signals for GCL training. However, existing GCL methods still suffer from limitations, such as the incapacity or inconvenience in choosing a suitable contextual scope for different datasets and building biased contrastiveness. To address aforementioned problems, we present a simple self-supervised learning method termed Unifying Graph Contrastive Learning with Flexible Contextual Scopes (UGCL for short). Our algorithm builds flexible contextual representations with tunable contextual scopes by controlling the power of an adjacency matrix. Additionally, our method ensures contrastiveness is built within connected components to reduce the bias of contextual representations. Based on representations from both local and contextual scopes, UGCL optimises a very simple contrastive loss function for graph representation learning. Essentially, the architecture of UGCL can be considered as a general framework to unify existing GCL methods. We have conducted intensive experiments and achieved new state-of-the-art performance in six out of eight benchmark datasets compared with self-supervised graph representation learning baselines. Our code has been open-sourced.

📄 PDF Abstract BibTeX arXiv:2210.08792

Code (1)

zyzisastudyreallyhardguy/ugcl 공식 구현 pytorch

Tasks

Contrastive LearningGraph Representation LearningRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Patchscopes: A Unifying Framework for Inspecting Hidden Representations of Language Models

2024-01-11 · Asma Ghandeharioun, Avi Caciularu, Adam Pearce, Lucas Dixon 외

Understanding the internal representations of large language models (LLMs) can help explain models' behavior and verify their alignment with human values. Given the capabilities of LLMs in generating human-understandable…

GraphNeT: Graph neural networks for neutrino telescope event reconstruction

2022-10-21 · Andreas Søgaard, Rasmus F. Ørsøe, Leon Bozianu, Morten Holm 외

GraphNeT is an open-source python framework aimed at providing high quality, user friendly, end-to-end functionality to perform reconstruction tasks at neutrino telescopes using graph neural networks (GNNs). GraphNeT mak…

Question Answering

Flexible Diffusion Scopes with Parameterized Laplacian for Heterophilic Graph Learning

2024-09-15 · Qincheng Lu, Jiaqi Zhu, Sitao Luan, Xiao-Wen Chang

The ability of Graph Neural Networks (GNNs) to capture long-range and global topology information is limited by the scope of conventional graph Laplacian, leading to unsatisfactory performance on some datasets, particula…

Graph AttentionGraph Learning

Faithful-Patchscopes: Understanding and Mitigating Model Bias in Hidden Representations Explanation of Large Language Models

2026-01-30 · Xilin Gong, Shu Yang, Zehua Cao, Lynne Billard 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities for hidden representation interpretation through Patchscopes, a framework that uses LLMs themselves to generate human-readable explanations by decoding f…

GRILLBot: A multi-modal conversational agent for complex real-world tasks

2022-09-01 · SIGDIAL (ACL) 2022 9 · Carlos Gemmell, Federico Rossetto, Iain Mackie, Paul Owoicho 외

We present GRILLBot, an open-source multi-modal task-oriented voice assistant to help users perform complex tasks, focusing on the domains of cooking and home improvement. GRILLBot curates and leverages web information e…

ManagementNavigateQuestion AnsweringTask Planning