StevenJingfeng commited on
Commit
3483232
·
verified ·
1 Parent(s): 60c9a10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -13,14 +13,14 @@ license: mit
13
  - Reference
14
 
15
  ## Data
16
- #### Collection for On chain Data
17
- We collect the data through BigQuery, and the code we used is attached here.
18
 
19
  [Code for querying data](./data/DataQuery.txt)
20
 
21
  You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=bigquery-public-data&d=crypto_ethereum_classic&page=dataset&project=psyched-service-412017&ws=!1m9!1m4!4m3!1sbigquery-public-data!2sethereum_blockchain!3slive_blocks!1m3!3m2!1sbigquery-public-data!2scrypto_ethereum_classic&pli=1) for more information.
22
 
23
- #### Collection for Off chain Data
24
 
25
 
26
 
@@ -55,7 +55,8 @@ You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=big
55
 
56
  | Variable Name | Description | Type |
57
  |------------------------|-----------------------------------|---------|
58
- | chat text | people's chat sentences | String |
 
59
 
60
 
61
  ## Code
@@ -68,4 +69,20 @@ You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=big
68
 
69
  ## Results
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
 
 
13
  - Reference
14
 
15
  ## Data
16
+ #### Collection for On-chain Data
17
+ We collect the data through BigQuery, and the code we used is in [Query](https://huggingface.co/datasets/dkublockchain/FinML_Chain/blob/main/data/DataQuery.txt)
18
 
19
  [Code for querying data](./data/DataQuery.txt)
20
 
21
  You can also refer to [BigQuery](https://console.cloud.google.com/bigquery?p=bigquery-public-data&d=crypto_ethereum_classic&page=dataset&project=psyched-service-412017&ws=!1m9!1m4!4m3!1sbigquery-public-data!2sethereum_blockchain!3slive_blocks!1m3!3m2!1sbigquery-public-data!2scrypto_ethereum_classic&pli=1) for more information.
22
 
23
+ #### Collection for Off-chain Data
24
 
25
 
26
 
 
55
 
56
  | Variable Name | Description | Type |
57
  |------------------------|-----------------------------------|---------|
58
+ | chat text | people's chat (sentences) | String |
59
+
60
 
61
 
62
  ## Code
 
69
 
70
  ## Results
71
 
72
+ ### Train-test split
73
+
74
+ <table>
75
+ <tr>
76
+ <td> Train-test split at Token-airdrop period</td>
77
+ <td><img src="./results/s1.png" alt="dex-to-cex"></td>
78
+ <td><a href="./results/s3.png">Basline results for Token-airdrop period</a></td>
79
+ </tr>
80
+ <tr>
81
+ <td> Train-test split at normal period</td>
82
+ <td><img src="./results/s2.png" alt="dex-to-cex"></td>
83
+ <td><a href="./results/s4.png">Basline results for Normal-airdrop period</a></td>
84
+ </tr>
85
+
86
+ </table>
87
+
88