asahi417 commited on
Commit
b5c6e76
1 Parent(s): b9d8e4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -19
README.md CHANGED
@@ -21,7 +21,7 @@ pretty_name: TweetTopicSingle
21
  - **Paper:** TBA
22
  - **Dataset:** Tweet Topic Dataset
23
  - **Domain:** Twitter
24
- - **Number of Class:** 6
25
 
26
 
27
  ### Dataset Summary
@@ -71,24 +71,27 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
71
  ### Data Splits
72
 
73
 
74
- | split | number of texts |
75
- |:--------------------------|-----:|
76
- | test | 1679 |
77
- | train | 1505 |
78
- | validation | 188 |
79
- | temporal_2020_test | 573 |
80
- | temporal_2021_test | 1679 |
81
- | temporal_2020_train | 4585 |
82
- | temporal_2021_train | 1505 |
83
- | temporal_2020_validation | 573 |
84
- | temporal_2021_validation | 188 |
85
- | random_train | 4564 |
86
- | random_validation | 573 |
87
- | coling2022_random_test | 5536 |
88
- | coling2022_random_train | 5731 |
89
- | coling2022_temporal_test | 5536 |
90
- | coling2022_temporal_train | 5731 |
91
-
 
 
 
92
 
93
 
94
  ### Citation Information
 
21
  - **Paper:** TBA
22
  - **Dataset:** Tweet Topic Dataset
23
  - **Domain:** Twitter
24
+ - **Number of Class:** 19
25
 
26
 
27
  ### Dataset Summary
 
71
  ### Data Splits
72
 
73
 
74
+ | split | number of texts | description |
75
+ |:--------------------------|-----:|:-----|
76
+ | test | 1679 | alias of `temporal_2021_test` |
77
+ | train | 1505 | alias of `temporal_2020_train` |
78
+ | validation | 188 | alias of `temporal_2020_validation` |
79
+ | temporal_2020_test | 573 | test set in 2020 period of temporal split |
80
+ | temporal_2021_test | 1679 | test set in 2021 period of temporal split |
81
+ | temporal_2020_train | 4585 | training set in 2020 period of temporal split |
82
+ | temporal_2021_train | 1505 | training set in 2021 period of temporal split |
83
+ | temporal_2020_validation | 573 | validation set in 2020 period of temporal split |
84
+ | temporal_2021_validation | 188 | validation set in 2021 period of temporal split |
85
+ | random_train | 4564 | training set of random split (mix of 2020 and 2021) |
86
+ | random_validation | 573 | validation set of random split (mix of 2020 and 2021) |
87
+ | coling2022_random_test | 5536 | test set of random split used in COLING 2022 Tweet Topic paper |
88
+ | coling2022_random_train | 5731 | training set of random split used in COLING 2022 Tweet Topic paper |
89
+ | coling2022_temporal_test | 5536 | test set of temporal split used in COLING 2022 Tweet Topic paper |
90
+ | coling2022_temporal_train | 5731 | training set of temporal split used in COLING 2022 Tweet Topic paper|
91
+
92
+ For the temporal-shift setting, we recommend to train models on `train` (`temporal_2020_train`) with `validation` (`temporal_2020_validation`) and evaluate on `test` (`temporal_2021_test`).
93
+ For the random split, we recommend to train models on `random_train` with `random_validation` and evaluate on `test` (`temporal_2021_test`).
94
+ To get a result that is comparable with the results of the COLING 2022 Tweet Topic paper, please use `coling2022_temporal_train` and `coling2022_temporal_test` for temporal-shift, and `coling2022_random_train` and `coling2022_temporal_test` fir random split (note that the coling2022 split does not have validation set).
95
 
96
 
97
  ### Citation Information