seanvelasco commited on
Commit
3a239da
1 Parent(s): ff89204

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - tl
5
+ tags:
6
+ - politics
7
+ - social-media
8
+ - tiktok
9
+ - hate-speech
10
+ - antisemitism
11
+ pretty_name: Widespread Antisemitism on TikTok
12
+ ---
13
+
14
+ ## Summary
15
+
16
+ This dataset contains TikTok comments and replies identified as antisemitic. This dataset contains metadata about each comment, such as user profile, engagement metrics, and geographical data, to support comprehensive analysis.
17
+
18
+ ## Date Fields
19
+
20
+ The dataset is structured as a CSV file with the following columns:
21
+
22
+ `post_id`: Unique numerical identifier for the TikTok post
23
+ `comment_id`: Unique numerical identifier for the comment or reply
24
+ `parent_id`: Reference to the `comment_id` of the comment that this comment is replying to
25
+
26
+ `username`: Unique identifier for the user who published the comment or reply
27
+ `nickname`: Display name of the user who published the comment or reply
28
+ `bio`: Bio or description of the user who published the comment or reply
29
+ `avatar`: URL that points to the avatar associated with the user's profile
30
+
31
+ `text`: Full text of the comment or reply
32
+
33
+ `region`: Geographical region where the user published the comment or reply
34
+
35
+ `likes`: Number of likes that the comment or reply received
36
+ `reply_count`: Number of replies that the comment or reply generated
37
+ `liked_by_creator`: Boolean indicating whether the post author "liked" the comment or reply
38
+
39
+ `created`: Timestamp when the comment or reply was published
40
+
41
+ ## Dataset Creation
42
+
43
+ 1. **Data Collection**: data collection via the TikTok API, focusing on post interactions
44
+ 2. **Keyword Filtering**: User interactions such as comments and replies, and user profile information such as nicknames and descriptions were filtered using three distinct keywords groups:
45
+ 1. **Israel-related symbols**: Emojis such as the Israel flag (🇮🇱) and the Star of David (✡️) were used to identify relevant content and possible misuses
46
+ 2. **Yellow Ribbon**: The yellow ribbon emoji (🎗️), a symbol of hope and support for those who are held in captivity, was also included to identify relevant content
47
+ 3. **Antisemetic Keywords**: Specific keywords and phrases commonly associated with antisemitism were used to filter and identify content with antisemetic undertones
48
+ 3. **Data scraping**: Comments, replies, and user profile information identified to contain antisemetic content were subjected to targeted data scraping to collect detailed information, including the whole thread history and user profile metadata.
49
+
50
+ ## Limitations
51
+
52
+ This dataset only includes text-based content from user interactions and user profiles. This dataset does not include photo or video content.