git-disl / PFT

Repository from Github https://github.comgit-disl/PFTRepository from Github https://github.comgit-disl/PFT

Matching Accounts on Blockchain with Pseudo Fine-tuning of Language Models

Code and dataset for the submission "Matching Accounts on Blockchain with Pseudo Fine-tuning of Language Models".

Getting Start

Requirements:

  • Python >= 3.6.1
  • NumPy >= 1.18.1
  • TensorFlow >= 1.4.0

1. Preprocess dataset

Step 1. Download dataset from Google drive:

Step 2. Unzip dataset under the directory of "PFT/Data"

tar -xvf PFT_Data.tar.gz

2. Pseudo-supervised learning

Please refer to ./Model/run_pplm.sh

About


Languages

Language:Python 99.8%Language:Shell 0.2%