asahi417 commited on
Commit
dd2d860
1 Parent(s): f5277de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -31,6 +31,29 @@ 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
  ## Dataset Structure
35
 
36
  ### Data Instances
 
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
38
+
39
+ ```
40
+ Get the all-analog Classic Vinyl Edition
41
+ of "Takin' Off" Album from @herbiehancock
42
+ via @bluenoterecords link below:
43
+ http://bluenote.lnk.to/AlbumOfTheWeek
44
+ ```
45
+
46
+ is transformed into the following text.
47
+ ```
48
+ Get the all-analog Classic Vinyl Edition
49
+ of "Takin' Off" Album from {@Herbie Hancock@}
50
+ via {{USERNAME}} link below: {{URL}}
51
+ ```
52
+
53
+ We ask annotators to ignore those special tokens but label the verified users' mentions.
54
+
55
+
56
+
57
  ## Dataset Structure
58
 
59
  ### Data Instances