Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 746 Bytes

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