Towards Improving Embedding Based Models of Social Network Alignment via Pseudo Anchors

Related tags

Deep Learning PSML
Overview

PSML

paper: Towards Improving Embedding Based Models of Social Network Alignment via Pseudo Anchors

PSML_IONE,PSML_ABNE,PSML_DEEPLINK,PSML_SNNA:

numpy==1.14<br>
networkx==2.0<br>
scipy==0.19.1<br>
tensorflow>=1.12.1<br>
gensim==3.0.1<br>
scikit-learn==0.19.0<br>

PSML_DALUAP,PSML_MGCN:

python >= 3.6<br>
pytorch >= 0.4<br>
numpy  1.18.0<br>
tqdm<br>
networkx >2.0<br>

support data comes from :https://github.com/ChuXiaokai/CrossMNA
query data comes from :https://github.com/ColaLL/IONE
, https://github.com/ColaLL/AcrossNetworkEmbeddingDiversity

For PSML_IONE

   first run PSML_IONE.py
   second run Four.py
   getPrecision--should run emd_to_ione_emd.py and emd_to_ione_emd_t.py

For PSML_ABNE

   first run PSML_ABNE.py
   second run Four.py
   getPrecision--should run emd_to_ione_emd.py and emd_to_ione_emd_t.py

For PSML_SNNA

   use deepwalk or line get pre_data
   run PSML_SNNA.py

For PSML_DeepLink

   run embedding.py to use word2vec get pre_data
   run PSML_Deeplink.py

For PSML_MGCN

   run PSML_MGCN.py

For PSML_DALUAP

   run PSML_DALUAP.py

NOTE:

Method of adding pseudo node, Take two pseudo anchors, which are connected to each other, such as subnetwork file:

        node      node
         1          2
         3(anchor)  4

You need change it to:

        node      node
         1          2
         3(anchor)  4
         3          5(pse)
         3          6(pse)
         5(pse)     3
         6(pse)     3
         5(pse)     6(pse)
         6(pse)     5(pse)
         
You might also like...
Official code for Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018)
Official code for Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018)

MUC Next Check-ins Prediction via History and Friendship on Location-Based Social Networks (MDM 2018) Performance Details for Accuracy: | Dataset

img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation
img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation

img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation Figure 1: We estimate the 6DoF rigid transformation of a 3D face (rendered in si

the code of the paper: Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021)
the code of the paper: Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021)

RMA-Net This repo is the implementation of the paper: Recurrent Multi-view Alignment Network for Unsupervised Surface Registration (CVPR 2021). Paper

PyTorch implementation of
PyTorch implementation of "Representing Shape Collections with Alignment-Aware Linear Models" paper.

deep-linear-shapes PyTorch implementation of "Representing Shape Collections with Alignment-Aware Linear Models" paper. If you find this code useful i

Scalable Attentive Sentence-Pair Modeling via Distilled Sentence Embedding (AAAI 2020) - PyTorch Implementation

Scalable Attentive Sentence-Pair Modeling via Distilled Sentence Embedding PyTorch implementation for the Scalable Attentive Sentence-Pair Modeling vi

This is the repo for our work "Towards Persona-Based Empathetic Conversational Models" (EMNLP 2020)

Towards Persona-Based Empathetic Conversational Models (PEC) This is the repo for our work "Towards Persona-Based Empathetic Conversational Models" (E

A PyTorch Implementation of
A PyTorch Implementation of "SINE: Scalable Incomplete Network Embedding" (ICDM 2018).

Scalable Incomplete Network Embedding ⠀⠀ A PyTorch implementation of Scalable Incomplete Network Embedding (ICDM 2018). Abstract Attributed network em

CKD - Collaborative Knowledge Distillation for Heterogeneous Information Network Embedding

Collaborative Knowledge Distillation for Heterogeneous Information Network Embed

Code for
Code for "Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search"

Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search This is an implementation for our paper Contextual Non-Loca

Comments
  • 请问MGCN的数据预处理代码您有吗?

    请问MGCN的数据预处理代码您有吗?

    请问MGCN的数据预处理代码您有吗? 还有MGCN 环境可以详细说一下吗?我的环境总是报错 File "D:\software\Anaconda3\envs\pytorch\lib\site-packages\scipy\sparse\base.py", line 288, in bool raise ValueError("The truth value of an array with more than one " ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all().

    opened by daima2017 1
Owner
null
[ICML 2021] Towards Understanding and Mitigating Social Biases in Language Models

Towards Understanding and Mitigating Social Biases in Language Models This repo contains code and data for evaluating and mitigating bias from generat

Paul Liang 42 Jan 3, 2023
BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment

Holy Wu 35 Jan 1, 2023
Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"

BasicVSR_PlusPlus (CVPR 2022) [Paper] [Project Page] [Code] This is the official repository for BasicVSR++. Please feel free to raise issue related to

Kelvin C.K. Chan 227 Jan 1, 2023
Hunt down social media accounts by username across social networks

Hunt down social media accounts by username across social networks Installation | Usage | Docker Notes | Contributing Installation # clone the repo $

null 1 Dec 14, 2021
HNECV: Heterogeneous Network Embedding via Cloud model and Variational inference

HNECV This repository provides a reference implementation of HNECV as described in the paper: HNECV: Heterogeneous Network Embedding via Cloud model a

null 4 Jun 28, 2022
Pytorch Implementation of Adversarial Deep Network Embedding for Cross-Network Node Classification

Pytorch Implementation of Adversarial Deep Network Embedding for Cross-Network Node Classification (ACDNE) This is a pytorch implementation of the Adv

陈志豪 8 Oct 13, 2022
Improving Deep Network Debuggability via Sparse Decision Layers

Improving Deep Network Debuggability via Sparse Decision Layers This repository contains the code for our paper: Leveraging Sparse Linear Layers for D

Madry Lab 35 Nov 14, 2022
Official PyTorch implementation of the paper: Improving Graph Neural Network Expressivity via Subgraph Isomorphism Counting.

Improving Graph Neural Network Expressivity via Subgraph Isomorphism Counting Official PyTorch implementation of the paper: Improving Graph Neural Net

Giorgos Bouritsas 58 Dec 31, 2022
Learning Lightweight Low-Light Enhancement Network using Pseudo Well-Exposed Images

Learning Lightweight Low-Light Enhancement Network using Pseudo Well-Exposed Images This repository contains the implementation of the following paper

Seonggwan Ko 9 Jul 30, 2022
Source code and dataset for ACL2021 paper: "ERICA: Improving Entity and Relation Understanding for Pre-trained Language Models via Contrastive Learning".

ERICA Source code and dataset for ACL2021 paper: "ERICA: Improving Entity and Relation Understanding for Pre-trained Language Models via Contrastive L

THUNLP 75 Nov 2, 2022