asahi417 commited on
Commit
5fb2549
1 Parent(s): 1ff8f68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -31,7 +31,7 @@ A Dataset and Analysis on Short-Term Temporal Shifts, AACL main conference 2022"
31
  a timestamp which distributes from September 2019 to August 2021.
32
  - Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`
33
 
34
- ***PREPROCESSING:***
35
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
36
  For verified usernames, we replace its display name with symbols `{@}`.
37
  For example, a tweet
@@ -53,7 +53,7 @@ via {{USERNAME}} link below: {{URL}}
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
  |:------------------|------:|------:|
@@ -72,10 +72,10 @@ We ask annotators to ignore those special tokens but label the verified users' m
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
 
 
31
  a timestamp which distributes from September 2019 to August 2021.
32
  - Entity Types: `corperation`, `creative_work`, `event`, `group`, `location`, `product`, `person`
33
 
34
+ ### Preprocessing
35
  We pre-process tweets before the annotation to normalize some artifacts, converting URLs into a special token `{{URL}}` and non-verified usernames into `{{USERNAME}}`.
36
  For verified usernames, we replace its display name with symbols `{@}`.
37
  For example, a tweet
 
53
  We ask annotators to ignore those special tokens but label the verified users' mentions.
54
 
55
 
56
+ ### Data Split
57
 
58
  | split | number of instances | description |
59
  |:------------------|------:|------:|
 
72
  | extra_2021 | 93594 | extra tweet without annotations from September 2020 to August 2021 |
73
 
74
 
75
+ ### Reproduce Experimental Result
 
 
76
 
77
+ To reproduce the experimental result on our AACL paper, please see the repository
78
+ [https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper](https://github.com/asahi417/tner/tree/master/examples/tweetner7_paper).
79
 
80
  ## Dataset Structure
81