asahi417 commited on
Commit
1ff8f68
1 Parent(s): 0e49679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -5
README.md CHANGED
@@ -53,6 +53,29 @@ via {{USERNAME}} link below: {{URL}}
53
  We ask annotators to ignore those special tokens but label the verified users' mentions.
54
 
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ## Dataset Structure
58
 
@@ -90,11 +113,6 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
90
  }
91
  ```
92
 
93
- ### Data Splits
94
-
95
- | name |train|validation|test|train_2020|validation_2020|test_2020|train_2021|validation_2021|test_2021|extra_2020|extra_2021|
96
- |----------|----:|---------:|---:|---------:|--------------:|--------:|---------:|--------------:|--------:|---------:|---------:|
97
- |tweetner7 | 4616| 576 |2807|4616 | 576 | 576 | 2495 | 310 | 2807 | 87880 | 93594 |
98
 
99
  ### Citation Information
100
 
 
53
  We ask annotators to ignore those special tokens but label the verified users' mentions.
54
 
55
 
56
+ ***DATA SPLITS:***
57
+
58
+ | split | number of instances | description |
59
+ |:------------------|------:|------:|
60
+ | train_2020 | 4616 | training dataset from September 2019 to August 2020 |
61
+ | train_2021 | 2495 | training dataset from September 2020 to August 2021 |
62
+ | train_all | 7111 | combined training dataset of `train_2020` and `train_2021` |
63
+ | validation_2020 | 576 | validation dataset from September 2019 to August 2020 |
64
+ | validation_2021 | 310 | validation dataset from September 2020 to August 2021 |
65
+ | validation_all | 886 | combined validation dataset of `validation_2020` and `validation_2021` |
66
+ | test_2020 | 576 | test dataset from September 2019 to August 2020 |
67
+ | test_2021 | 2807 | test dataset from September 2020 to August 2021 |
68
+ | test_all | 3383 | combined test dataset of `test_2020` and `test_2021` |
69
+ | train_random | 4616 | randomly sampled training dataset with the same size as `train_2020` from `train_all` |
70
+ | validation_random | 576 | randomly sampled training dataset with the same size as `validation_2020` from `validation_all` |
71
+ | extra_2020 | 87880 | extra tweet without annotations from September 2019 to August 2020 |
72
+ | extra_2021 | 93594 | extra tweet without annotations from September 2020 to August 2021 |
73
+
74
+
75
+ ***REPRODUCE EXPERIMENTAL RESULT:*** To reproduce the experimental result on our AACL paper, please see the repository
76
+ [https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper](https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper).
77
+
78
+
79
 
80
  ## Dataset Structure
81
 
 
113
  }
114
  ```
115
 
 
 
 
 
 
116
 
117
  ### Citation Information
118