asahi417 commited on
Commit
fe9471d
1 Parent(s): b0f91b9
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license:
5
+ - other
6
+ multilinguality:
7
+ - monolingual
8
+ size_categories:
9
+ - 1k<10K
10
+ task_categories:
11
+ - text-classification
12
+ task_ids:
13
+ - sentiment-classification
14
+ pretty_name: TweetTopicSingle
15
+ ---
16
+
17
+ # Dataset Card for "cardiff_nlp/tweet_topic_multi"
18
+
19
+ ## Dataset Description
20
+
21
+ - **Paper:** TBA
22
+ - **Dataset:** Tweet Topic Dataset
23
+ - **Domain:** Twitter
24
+ - **Number of Class:** 6
25
+
26
+
27
+ ### Dataset Summary
28
+ Topic classification dataset on Twitter with multiple labels per tweet.
29
+ - Label Types: `arts_&_culture`, `business_&_entrepreneurs`, `celebrity_&_pop_culture`, `diaries_&_daily_life`, `family`, `fashion_&_style`, `film_tv_&_video`, `fitness_&_health`, `food_&_dining`, `gaming`, `learning_&_educational`, `music`, `news_&_social_concern`, `other_hobbies`, `relationships`, `science_&_technology`, `sports`, `travel_&_adventure`, `youth_&_student_life`
30
+
31
+ ## Dataset Structure
32
+
33
+ ### Data Instances
34
+ An example of `train` looks as follows.
35
+
36
+ ```python
37
+ {
38
+ "date": "2021-03-07",
39
+ "text": "The latest The Movie theater Daily! {{URL}} Thanks to {{USERNAME}} {{USERNAME}} {{USERNAME}} #lunchtimeread #amc1000",
40
+ "id": 1368464923370676231,
41
+ "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
42
+ "label_name": ["film_tv_&_video"]
43
+ }
44
+ ```
45
+
46
+ ### Label ID
47
+ The label2id dictionary can be found at [here](https://huggingface.co/datasets/tner/tweet_topic_multi/raw/main/dataset/label.multi.json).
48
+ ```python
49
+ {
50
+ "arts_&_culture": 0,
51
+ "business_&_entrepreneurs": 1,
52
+ "celebrity_&_pop_culture": 2,
53
+ "diaries_&_daily_life": 3,
54
+ "family": 4,
55
+ "fashion_&_style": 5,
56
+ "film_tv_&_video": 6,
57
+ "fitness_&_health": 7,
58
+ "food_&_dining": 8,
59
+ "gaming": 9,
60
+ "learning_&_educational": 10,
61
+ "music": 11,
62
+ "news_&_social_concern": 12,
63
+ "other_hobbies": 13,
64
+ "relationships": 14,
65
+ "science_&_technology": 15,
66
+ "sports": 16,
67
+ "travel_&_adventure": 17,
68
+ "youth_&_student_life": 18
69
+ }
70
+ ```
71
+
72
+ ### Data Splits
73
+
74
+
75
+
76
+ ### Citation Information
77
+
78
+ ```
79
+ TBA
80
+ ```
dataset/label.multi.json ADDED
@@ -0,0 +1 @@
 
1
+ {"arts_&_culture": 0, "business_&_entrepreneurs": 1, "celebrity_&_pop_culture": 2, "diaries_&_daily_life": 3, "family": 4, "fashion_&_style": 5, "film_tv_&_video": 6, "fitness_&_health": 7, "food_&_dining": 8, "gaming": 9, "learning_&_educational": 10, "music": 11, "news_&_social_concern": 12, "other_hobbies": 13, "relationships": 14, "science_&_technology": 15, "sports": 16, "travel_&_adventure": 17, "youth_&_student_life": 18}
dataset/split_coling2022_random/test_random.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_coling2022_random/train_random.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_coling2022_temporal/test_2021.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_coling2022_temporal/train_2020.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_random/train_random.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_random/validation_random.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/test_2020.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/test_2021.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/train_2020.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/train_2021.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/validation_2020.multi.json ADDED
The diff for this file is too large to render. See raw diff
dataset/split_temporal/validation_2021.multi.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"date": "2020-09-06", "text": "Different COVID Landscape Increases Risk Of Post-Labor Day Weekend Spike... {{URL}} via {@YouTube@} #RachelMaddow", "id": 1302540261315272704, "label": [0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "fitness_&_health", "news_&_social_concern"]}
2
+ {"date": "2020-09-06", "text": "#ExtendTeqip3 Govt. must notice that last year almost 10 lakh std. Appeared for JEE mains but this year only 8 lakh ....craze for Engg. is going away and that is bcz of our govt. Plzzzz listen to the voice of Engineers.... {@PMO India@} {@Dr Ramesh Pokhriyal Nishank@} {@Nitish Kumar@} {{USERNAME}}", "id": 1302569332237463553, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1], "label_name": ["learning_&_educational", "science_&_technology", "youth_&_student_life"]}
3
+ {"date": "2020-09-13", "text": "Re my earlier tweet: if {@jack@} would ever allow an EDIT button I should have clarified the dots are showing AQI---Air Quality Index--and the source is Purple Air: {{URL}}", "id": 1304956758910103552, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern", "other_hobbies"]}
4
+ {"date": "2020-09-14", "text": "The Cowboys may have lost last night... But the {@Dallas Stars@} are still one win away from the STANLEY CUP FINAL! #GoStars", "id": 1305502156028628998, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
5
+ {"date": "2020-09-18", "text": "The Stanley Cup Final is set! Here are reasons for hope and concern for the {@Dallas Stars@} and {@Tampa Bay Lightning@} . #NHL {{URL}}", "id": 1306799007738585089, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
6
+ {"date": "2020-09-20", "text": "Please check out my new video - How to Draw an Owl - cute cartoon sketch {{URL}} via {@YouTube@} #owl #sketch #drawing #cartoon #popart #elearning #remotelearning #color #pencilsketch #brown #red #tutorial #learn #bird #cute #easy", "id": 1307559830085873665, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture"]}
7
+ {"date": "2020-09-20", "text": "Re-watch all goals and opinions from our win over {{USERNAME}} now using the link below: {{URL}} #FSAPRO #FSAFamily #WeAReTheFoxes {{USERNAME}} {{USERNAME}}", "id": 1307679134806671362, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
8
+ {"date": "2020-09-20", "text": "Nelson #Semedo to Wolves is \u2018here we go\u2019 and confirmed. The deal is done and will be signed on next few hours also with Barcelona. Personal terms agreed with Mendes until 2025. Medicals on next week. #Wolves [ {@Fabrizio Romano@} ] #barca #fcb #transfers", "id": 1307679380664131585, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
9
+ {"date": "2020-09-27", "text": "*****Goal Flash***** Grange take the league at the Rec, Rovers find themselves 1-0 down. Was it a {{USERNAME}} backpass? #UTR", "id": 1310152920776814592, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
10
+ {"date": "2020-09-27", "text": "#KCAMexico #ONBTS #ARMY ( {@BTS_twt@} ) so watch me bring the fire and set the night alight", "id": 1310153029597839361, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern"]}
11
+ {"date": "2020-09-27", "text": "#BleacherTweets Hey Buster, is it a lock to call the {@New York Yankees@} Right Side of the Infield the best in baseball for the 2020 season? New York\u2019s second baseman is the AL (maybe MLB) batting champion, and their first baseman is gonna finish the year as the League leader in HRs.", "id": 1310181210677682177, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["gaming", "sports"]}
12
+ {"date": "2020-09-27", "text": "Hi {{USERNAME}} I\u2019m trying to call for curbside pickup but no one is picking up the phone!", "id": 1310305687235428352, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "other_hobbies"]}
13
+ {"date": "2020-10-01", "text": "so watch me bring the fire and set the night light. I Voted #Dynamite for #TheSong Category at #PCAs 2020 {@BTS_twt@}", "id": 1311817605225668608, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
14
+ {"date": "2020-10-04", "text": "Please answer all this mess, hey don t just shut up and pretend you don t know anything. When chaos started on your side. #SM_AnswerEXOLsNOW {@SMTOWN@} {@EXO@} #EXO #\uc5d1\uc18c", "id": 1312571624684625920, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
15
+ {"date": "2020-10-04", "text": "Support #CanadianMusic and enjoy The Power Of Rock N Roll by {{USERNAME}} on {{USERNAME}} at {{URL}} Thank you #Canadian Artists", "id": 1312602084794011648, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
16
+ {"date": "2020-10-04", "text": "Cause ah, ah, I m in the stars tonight I vote for #Dynamite under #TheMusicVideo category at #PCAs 2020 {@BTS_twt@} ", "id": 1312660722178912256, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
17
+ {"date": "2020-10-04", "text": "we do not have the power or capability to verify the accuracy of the information entities send to us. We accept all information that delivered to us in good faith and place it on the public record. - {@Companies House@} amazing work by {@Kieran Cunningham@} #boxing {{URL}}", "id": 1312813577418539009, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
18
+ {"date": "2020-10-04", "text": "3. Points. At. Half. 3. Points. 3. But Mitch was the problem. Love you {@Mitchell Trubisky@}", "id": 1312873930454163461, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
19
+ {"date": "2020-10-06", "text": "hi {{USERNAME}} {@Z100 Portland@} !! could you please play #wonder by shawn mendes? thankss", "id": 1313597502495621120, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
20
+ {"date": "2020-10-10", "text": "#ReformPoliceNG {@Nigeria Police Force@} not #EndSARS the entire {@Nigeria Police Force@} is the problem not only the SARS operatives,i remember sometime in 2017,it was the {@UEFA Champions League@} season,around 10.30-11.00pm,myself and two of my friends watched the game a street opposite my street,on our way back,", "id": 1314803302668865536, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
21
+ {"date": "2020-10-10", "text": "Anybody else still listen to the cookout by {@Chevy Woods@} like 10 years later ? Just me ?", "id": 1315077628362190848, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
22
+ {"date": "2020-10-11", "text": "I\u2019m so proud of you {@Meek Mill@} . Good job with Charm City Kings.", "id": 1315199362125848576, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
23
+ {"date": "2020-10-11", "text": "i love you so much my heart is so so full right now {@BTS_twt@}", "id": 1315225310166544385, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
24
+ {"date": "2020-10-11", "text": "Check out all the fun with this highlights video of the event yesterday!! {@Wizard101@} : Halloween Event 2020: Knight of the Shining Mountain {{URL}} via {@YouTube@} {{USERNAME}} {{USERNAME}} {{USERNAME}}", "id": 1315410172282511361, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
25
+ {"date": "2020-10-18", "text": "Main event over before 9. Still time for college football and Top Rank. {@UFC@} keep the early cards coming.", "id": 1317643961813639168, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
26
+ {"date": "2020-10-18", "text": "#NP {{USERNAME}} {@Classified@} finds the fight deep inside himself, {@Kosha Dillz or Rami Matan@} wakes up for the cartoons, {@Akala@} takes a far more serious tone, {{USERNAME}} leave {@Rap Game Hans Zimmer@} at the entrance, then {{USERNAME}} rocks out our final selection of the night", "id": 1317701401884217347, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
27
+ {"date": "2020-10-18", "text": "Randy Arozarena was named ALCS MVP after hitting seven postseason home runs, four against the Astros. {@Tampa Bay Rays@} will be headed to Arlington for the World Series.", "id": 1317794787542650880, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
28
+ {"date": "2020-10-25", "text": "The Squad Calls for UN Inquiry Into Alleged Human Rights Abuses at Trump\u2019s DHS {{URL}} via {{USERNAME}}", "id": 1320211997678391296, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
29
+ {"date": "2020-10-25", "text": "Perfect World is a song performed by Huey Lewis and the News and released as the first single from the album Small World in late June 1988. The single peaked at number three on the US Billboard Hot 100 and #48 on the UK Singles Chart. {@Huey Lewis@} {{URL}}", "id": 1320453576737607681, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
30
+ {"date": "2020-10-25", "text": "MKBHD... the GOAT of tech reviews! Check out my classroom on {@DonorsChoose@} ! I d love your help to bring my project to life: {{URL}}", "id": 1320454394891087872, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0], "label_name": ["learning_&_educational", "science_&_technology"]}
31
+ {"date": "2020-10-26", "text": "Randy Arozarena has been monster for the Rays so far this series. Who tumbled better, Daniel Jones or Randy Arozarena? | Touchdown Wire via {@Touchdown Wire@} {{URL}} ", "id": 1320545115216224258, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
32
+ {"date": "2020-10-26", "text": "Feel good story of the day. Cardi B Freaks Out: \u2018Trump Supporters Are Everywhere,\u2018 Swarming L.A. with \u2018Big A** Trucks\u2018 {{URL}} via {@Breitbart News@} ", "id": 1320876124407255043, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
33
+ {"date": "2020-11-01", "text": "Stay safe & prepared MAMA\u02bcs Fan Choice Awards #MAMAVOTE #blackpink {@BLACKPINKOFFICIAL@}", "id": 1322810464217149440, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
34
+ {"date": "2020-11-03", "text": "The latest The Dead Zone Detector\u2122! {{URL}} Thanks to {{USERNAME}} {{USERNAME}} #technology #agile", "id": 1323686163211845633, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], "label_name": ["science_&_technology"]}
35
+ {"date": "2020-11-04", "text": "Sir its not my duty to leave my work, go to court and fight for #CryptoKoLegalKaro , case is on 5th November so please {@Imran Khan@} have a look at this {{URL}} ", "id": 1323804290608209921, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
36
+ {"date": "2020-11-05", "text": "Trump Supporters & Protesters Outside Philadelphia Vote Counting\u2014Jordan ... {{URL}} via {@YouTube@} #Philadelphia #electionprotest #ElectionResults2020", "id": 1324469986405076992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern", "other_hobbies"]}
37
+ {"date": "2020-11-06", "text": "Trump Supporters Claim FRAUD in Philadelphia (But Can t Cite Any) {{URL}} via {@YouTube@} {{USERNAME}} Guy in the beanie is spot on.", "id": 1324586218068217857, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern", "other_hobbies"]}
38
+ {"date": "2020-11-06", "text": "sunoo many people loves you, we hope that you d take care, eat your meals properly, and having plenty of rest so please cheer up {@ENHYPEN@} ", "id": 1324682158854696960, "label": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fitness_&_health"]}
39
+ {"date": "2020-11-15", "text": "Public Enemy - Fight The Power (Official Music Video) {{URL}} {@YouTube@} \u3088\u308a", "id": 1327787935408693248, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
40
+ {"date": "2020-11-15", "text": "Tiger Woods goes backward after long days at the Masters {{URL}} via {@New York Post Sports@}", "id": 1328032771348938754, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
41
+ {"date": "2020-11-15", "text": "Kennedy to Parker... the Swans need a goal. The Giants know they\u2019re in trouble, it\u2019s like being in the bathtub with the Loch Ness monster! He kicks it to the centre square... well, Jacobs went into that pack optimistically and came out misty optically, {{USERNAME}} !", "id": 1328033126187196422, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
42
+ {"date": "2020-11-15", "text": "Hopefully, since the Birds are coming off a bye this week, they ll be able to secure a win for us against the Giants today. Fly, {@Philadelphia Eagles@} Fly {{URL}} ", "id": 1328033788354572288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
43
+ {"date": "2020-11-22", "text": "Ten k is wavingggg MORISSETTE NEW MUSIC {{USERNAME}} LYS TEASER RELEASE", "id": 1330480761326092288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
44
+ {"date": "2020-11-22", "text": "Lucky number etneb HAHHA MORISSETTE NEW MUSIC {{USERNAME}} LYS TEASER RELEASE", "id": 1330510795755507718, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
45
+ {"date": "2020-11-22", "text": "Pre-save our new single Right In A Moment on Spotify: {{URL}} (powered by {@DistroKid@} ) #Right #In #A #Moment #McDanielBrothers", "id": 1330601596774883329, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
46
+ {"date": "2020-11-24", "text": "Boy this a hunnid million dolla phone Thank you to {{USERNAME}} {@ACL Live@} for the turn up!!! : {{USERNAME}} Make sure to go stream our new song Nice available everywhere! Music video drops Thursday {{URL}}", "id": 1331296320280276992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
47
+ {"date": "2020-11-29", "text": "played breath in the car this morning and my mom was like yan ba yung magandang video? YES MUMMY THE \u2728TASTE\u2728 she really loves the music video hahaha {@GOT7@} #got7 #\uac13\uc138\ube10", "id": 1332954977275310082, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
48
+ {"date": "2020-11-29", "text": "I hope the Chiefs return to the Super Bowl and play Tom Brady and the Bucs because there is not a defender on that team that can stop {@Ty Hill@} . Then you gunna double him and {@Patrick Mahomes II@} lights you on this is the best offense ever.", "id": 1333168388869398531, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
49
+ {"date": "2020-12-06", "text": "Selena is number one \u261d\ufe0f on Netflix hell ya {@Netflix@} {{USERNAME}}", "id": 1335427996723736579, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
50
+ {"date": "2020-12-06", "text": "BREAKING NEWS! Safaricom share price is up by 28.8% since Peter Ndegwa became CEO on the 1st of April,2020 {{USERNAME}} {@Aly Khan Satchu@} {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {@Safaricom Care@} {@Nation Africa@} ", "id": 1335481987482652672, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
51
+ {"date": "2020-12-06", "text": "Christmas Coffee Shop Music - Starbucks Christmas Music - Christmas Jazz... {{URL}} via {@YouTube@} #ChristmasMusic #ChistmasJazz #jazzmusic", "id": 1335520473916968962, "label": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["food_&_dining", "music"]}
52
+ {"date": "2020-12-06", "text": "FINAL: NAU 69 - EWU 55 Lumberjacks go to 3-1 on the season and get the weekend sweep. Big days for {{USERNAME}} & {{USERNAME}} . Nakai finished with 21, which included 4 3-pointers. Schenck comes just shy of a triple-double with 13 points, 9 boards and 7 assists.", "id": 1335702847262887936, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
53
+ {"date": "2020-12-13", "text": "CAMPEONES de la MLS CUP 2020! Columbus Crew SC Major League Soccer {@Major League Soccer@} #mls25 #MLSCup #elzoldeportes {{URL}}", "id": 1338178859993358336, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
54
+ {"date": "2020-12-13", "text": "The Naya Rivera Arrested After Allegedly Striking Husband In The Head & Bottom Lip Daily est en ligne! {{URL}} Merci \u00e0 {{USERNAME}} {{USERNAME}} #tv #video", "id": 1338178997180637184, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
55
+ {"date": "2020-12-13", "text": "The Act of 1871 - The 2 Constitutions - Corporate America {{URL}} via {@YouTube@} cc {{USERNAME}} {{USERNAME}}", "id": 1338270894897172482, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "learning_&_educational", "news_&_social_concern"]}
56
+ {"date": "2020-12-13", "text": "The {@Big Ten Conference@} likes to make life as easy as possible for Ohio State in all sports. What a total farce", "id": 1338272206820945925, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
57
+ {"date": "2020-12-14", "text": "Breaking down the arguments for and against Ohio State s College Football Playoff resume with {{USERNAME}} . Plus a look at how the Buckeyes plans for Saturday afternoon suddenly changed at the last minute over the weekend. {{URL}}", "id": 1338481616792981504, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
58
+ {"date": "2020-12-14", "text": "Lots to talk about after Michigan\u2019s big shutout in The Game against Ohio State. I\u2019m hopping on {@The Michigan Insider@} in a couple of minutes to talk about all things Michigan. Tune in.", "id": 1338483358712680451, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
59
+ {"date": "2020-12-14", "text": "Late as always, but here is {{USERNAME}} s and my take on the Ravens win over the Cowboys, the matchup with the Browns, and I throw shade at...myself? Plus a look at the AFC playoff picture. That and more on The Football Frenzy! {{URL}} ", "id": 1338603874454790145, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
60
+ {"date": "2020-12-15", "text": "Stephen Jones saying the ship will be righted quickly for the cowboys. HUH? {{USERNAME}} hasn t the ship been sinking for years save the temporary cork used a couple of yrs ago losing to GB in playoffs", "id": 1338721136931004416, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
61
+ {"date": "2020-12-16", "text": ".. {@LSU Football@} up to number three nationally ... behind Alabama and Ohio State ... and ahead of Georgia .. in the 24/7 rankings #WGNOtv", "id": 1339328365522800641, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
62
+ {"date": "2020-12-17", "text": "Shorthanded Ohio State suffers first loss of season in Big Ten opener at Purdue {@Adam Jardy@} {{URL}}", "id": 1339539169413111809, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
63
+ {"date": "2020-12-17", "text": "College football fans: If Bama beats UF, ND Beats Clemson and Ohio State wins, who is your final team in the playoff? {{USERNAME}} #CollegeFootball #CFBPlayoff", "id": 1339718572378124288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
64
+ {"date": "2020-12-19", "text": "Three QB turnovers in the second half. Can t win football games against Akron or Ohio State when that happens. {@Northwestern Football@}", "id": 1340385953865719808, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
65
+ {"date": "2020-12-20", "text": "ICYMI Thank you again to {@Red Bull Canada@} for inviting me to this amazing event! Also BIGUPS to {{USERNAME}} for the interview, looking forward working together more in the new year! #RedBullAdrenaLAN {@Red Bull Gaming@} {{URL}} ", "id": 1340475216460460032, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["gaming"]}
66
+ {"date": "2020-12-20", "text": "Maybe {@NCAA Football@} should just start the season with the final 4 of Alabama, Clemson, Ohio State and Oklahoma. It s that predictable (and quite boring YoY). I ll stick with the excitement of {@NCAA March Madness@} .", "id": 1340475933241708544, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
67
+ {"date": "2020-12-20", "text": "Also, with all my Disney-mega-franchise concerns, I feel the need to clarify: {@The Mandalorian@} is the greatest Star Wars anything that has ever been created.", "id": 1340566910455349255, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
68
+ {"date": "2020-12-20", "text": "I\u2019m not sure if I ever want to hear Aqib Talib commentate ever again or ever see him commentate again. That suit is as bold as his commentating... {@FOX Sports NFL@} {@Philadelphia Eagles@} #FlyEaglesFly", "id": 1340808100983447552, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
69
+ {"date": "2020-12-27", "text": "I wonder how Brian has enjoyed his last couple of nights in the box with these muppets #BBL10 {@7Cricket@} He s earned his", "id": 1343156992437755911, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
70
+ {"date": "2020-12-27", "text": "Bitterly disappointed in {@Match of the Day@} 2 showing supposedly the best chips in the premierleague but not showing the greatest chip in premierleague history in Albert\u2019s against Man U in the 5-0... {@Mark Chapman@} #nufc", "id": 1343341537292378114, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
71
+ {"date": "2020-12-31", "text": "\u201cHappy New York!\u201d {@PJ@} New Years Eve 2020", "id": 1344704677657665538, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
72
+ {"date": "2021-01-01", "text": "Happy new year everyone! We made it through 2020. Here\u2019s a podcast with {{USERNAME}} & {{USERNAME}} talking about some of the stuff we did in it. Hopefully in 2021 we can get back to working together in the same room. Lots to look forward to!", "id": 1344975840132681728, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
73
+ {"date": "2021-01-03", "text": "#NoProphetAfterMuhammad Tell him this and bid him to be brave at heart. Muhammad PBUH is the BEST {{USERNAME}} {{USERNAME}}", "id": 1345789463960682503, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture", "other_hobbies"]}
74
+ {"date": "2021-01-03", "text": "Check out 2019 Donruss TAYSOM HILL Gold Press Proof 01/50 First One 1/1 SAINTS {{URL}} {{USERNAME}}", "id": 1345850832294707201, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
75
+ {"date": "2021-01-04", "text": "Very sad to hear the bad news about Donal O Donoghue dying of Covid on 3rd Jan 2021. He was a good egg, and we shall all miss him. {{USERNAME}} ", "id": 1346027559973220354, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
76
+ {"date": "2021-01-06", "text": "Call Of The Coastal Wolves - British Columbia sea wolf mini-documentary {{URL}} via {@YouTube@} Great viewing to take your mind off of the bad for awhile.", "id": 1346848058332516354, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
77
+ {"date": "2021-01-10", "text": "The #NFL playoffs early look #Betting play from our {{USERNAME}} Time to make that $$$!! #Football #bettingtip {{URL}}", "id": 1348085113540792322, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
78
+ {"date": "2021-01-11", "text": "Drivers license by {@Olivia Rodrigo@} literally gave me goose bumps! So good", "id": 1348508423151702016, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
79
+ {"date": "2021-01-11", "text": "drivers license by {@Olivia Rodrigo@} is so emotional. I literally felt everything. that\u2019s so special and you can really say that she created an emotional masterpiece.", "id": 1348720881812582400, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
80
+ {"date": "2021-01-12", "text": "Olivia Rodrigo - drivers license (Official Video) {{URL}} via {@YouTube@} this is sad", "id": 1348810631005265921, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
81
+ {"date": "2021-01-17", "text": "Ha {{USERNAME}} saying they haven\u2019t seen Michelle on camera. Is that due to the wind factor too??", "id": 1350653234042593282, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "other_hobbies"]}
82
+ {"date": "2021-01-20", "text": " The first half gets to Diana s emotional core, while the second half is a lot of fun. #comics #NCBD #WonderWoman By {@Becky CloOOoOoOonan@} {{USERNAME}} {{USERNAME}} {@LL McKinney on hiatus@} & more! Read {{USERNAME}} s #FutureState Immortal Wonder Woman #1 #review: {{URL}} ", "id": 1351891031839617031, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern", "other_hobbies"]}
83
+ {"date": "2021-01-20", "text": "I don t do politics, but imagine pardoning Lil Wayne but not {@Edward Snowden@} / Assange \u200d\u2642\ufe0f", "id": 1351922221003001856, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music", "news_&_social_concern"]}
84
+ {"date": "2021-01-22", "text": "Gulf morning I still like you, like the wind walked eight thousand miles, do not ask the return date. #GulfKanawut {@gulfkanawut@} #\u0e25\u0e39\u0e01\u0e1a\u0e2d\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e1a\u0e34\u0e4a\u0e01\u0e01\u0e25\u0e31\u0e1f #PhiBalls", "id": 1352433772076150788, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
85
+ {"date": "2021-01-22", "text": "HT: {@Willem II@} 1-0 {@PEC Zwolle@} The Blauwvingers find themselves a goal behind at the break in Tilburg. Willem goalscorer Wriedt was sent off just before the interval. We need to come out positive in the second half and take the game by the neck. Attack!!! #wilpec #peczwolle", "id": 1352705881071353856, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
86
+ {"date": "2021-01-24", "text": "once COVID is over is starting to sound a lot like when {@Rihanna@} releases new music", "id": 1353189962250940418, "label": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["fitness_&_health", "music", "news_&_social_concern"]}
87
+ {"date": "2021-01-24", "text": "New Music: Cathal Coughlan - Song of Co-Aklan {{URL}} via {@YouTube@} #cathalcoughlan", "id": 1353219583663087616, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
88
+ {"date": "2021-01-24", "text": "So {@Emily Sweeney@} still has the fastest run of the second heat, but Tatyana Ivanova s first run lead is enough to put her in the leader s box. No worse than 16th for Sweeney, she just needs one more sled to have a little bit of a problem to move into the Sprint World Cup race.", "id": 1353278366099632129, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
89
+ {"date": "2021-01-24", "text": "I know it s a busy time but can we get a doctor & psychiatrist to see {@Robert Peston@} ? Does he have private insurance so he doesn t have to bother the NHS? How does someone so thick, who fails so often, get such a significant job? Would he have got the job if he was a Brummie?", "id": 1353371739510759425, "label": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fitness_&_health", "news_&_social_concern"]}
90
+ {"date": "2021-01-25", "text": "Two types of People : one with the Experience and the second one with Results , which one you are ! Watch my video response on it exclusively only on {@DTube@} , I hope you will gonna love to hear my opinions on it . #dtube , #hive . {{URL}} ", "id": 1353671361416237056, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
91
+ {"date": "2021-01-26", "text": "The main event of yesterday s NJPW show was really good, I thought. So excited for Tanahashi vs Shingo on Saturday! #njnbg {@Kevin Kelly@} does such a great job as always in making you care about every current story. It s so good, thank you! ", "id": 1354095399456354306, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
92
+ {"date": "2021-01-26", "text": "Gareth Bale looked unbelievably sharp the other night... Rob Daly on whether the Welshman can impact matters in the second half of the season at Spurs \u26aa\ufe0f {@Paddy Power@} {{URL}}", "id": 1354184702006071296, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
93
+ {"date": "2021-01-27", "text": "Honestly {@Jacksonville Jaguars@} could trade picks #1 and #33 and a player for {@Deshaun Watson@} . A mega-trade like that would be GENIUS for both teams. {@Houston Texans@} get Trevor Lawrence to go with their new HC (probably Eric Bienemy) and {@Jacksonville Jaguars@} get the second or third best QB in the league", "id": 1354458616758034456, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
94
+ {"date": "2021-01-31", "text": "Another proof that BGYO will be the next big thing in music! {@BGYOPH@} {@ASAP Natin To@} BGYO THE LIGHT ON ASAP", "id": 1355754569859432451, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
95
+ {"date": "2021-02-07", "text": "The sun is somewhere shining even when it rains. DESERVING WINNER RUBINA {{USERNAME}}", "id": 1358291032484552706, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
96
+ {"date": "2021-02-07", "text": "Check out The Sound of Music (DVD, 2005, 2-Disc Set, 40th Anniversary Edition) - Plummer {{URL}} via {{USERNAME}} ", "id": 1358444328729931776, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
97
+ {"date": "2021-02-07", "text": "I love the chiefs. Been a fan since the {@Trent Green@} years. {@Patrick Mahomes II@} is the future and that\u2019s no doubt but I\u2019m pulling for {@Tom Brady@} today. It\u2019s just the way it is. Go Bucs", "id": 1358474775132315654, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
98
+ {"date": "2021-02-07", "text": "{{URL}} via {@GIPHY@} Buffalo Chicken Pierogi for the Super Bowl - {{URL}}", "id": 1358505107856490498, "label": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["food_&_dining", "sports"]}
99
+ {"date": "2021-02-08", "text": "Leonard Fournette carves up the Chiefs D to make it 28-9 #EDFsports {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}}", "id": 1358596391170412545, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
100
+ {"date": "2021-02-14", "text": "Update on winter storm #Uri from {@The Weather Channel@} on Sunday afternoon. {{USERNAME}} {{URL}}", "id": 1361041692938412034, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
101
+ {"date": "2021-02-21", "text": "The movie Wild Cats staring {@Goldie Hawn@} {@WS@} had the absolute best cheerleader\u2019s!! #themoviewildcats #1986", "id": 1363335726537072643, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
102
+ {"date": "2021-02-21", "text": "#Drishyam2 Though the first hour seems like a drag, director #JeethuJoseph skilfully connects all the plot points to achieve a satisfying finale. The movie keeps you guessing and that\u2019s what works. {@Mohanlal@} as #Georgekutty steals the show. Rating-3.5/5.", "id": 1363547073010831362, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
103
+ {"date": "2021-02-21", "text": "I said: Pain and sorrow. He said: Stay with it. The wound is the place where the light enters you. ~Rumi {{USERNAME}} Lord of Shadows", "id": 1363548762971512833, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture"]}
104
+ {"date": "2021-02-21", "text": ". {@Penn State Men s Basketball@} is set to take on Iowa in just under 15 minutes as they try to pull off a badly needed upset on the road. Follow along for updates throughout the game.", "id": 1363605926071197697, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
105
+ {"date": "2021-02-28", "text": "An incredible talent to support this project. This is an interesting project with innovative thought. Happy to be a part of this great project. Good luck to the team and the community with the future. @SwaapCrypto {{URL}}", "id": 1365874132970139654, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
106
+ {"date": "2021-02-28", "text": ". {@Olakira@} Featuring {@Davido@} \u201cIN MY MASERATI(Remix) Music Video Has Surpassed 17 Million Views On YouTube!\u2764\ufe0f -A Bop", "id": 1365934418368622592, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
107
+ {"date": "2021-02-28", "text": "Wait a second, the {@Pittsburgh Penguins@} were allowed to host a limited number of folks to view a special at the arena today, but that same number of folks are NOT allowed to be at a game? What s the difference? I m so confused.", "id": 1366175821946368000, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
108
+ {"date": "2021-03-07", "text": "Congrats {{USERNAME}} \u2014 ISHSHA State Champs!!", "id": 1368375688273747970, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
109
+ {"date": "2021-03-07", "text": "Defending state champs Yavneh Dallas (6-1) have their 24-game win streak snapped as they are denied a 5th straight trip to TAPPS 3A Final Four, falling in 1/4finals to Denton Calvary 53-44 {{USERNAME}} ", "id": 1368409784433713155, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
110
+ {"date": "2021-03-07", "text": "Fear the Walking Dead Mid-Season 6 Finale Trailer {{URL}} #FearTWD #TWD #TWDFamily #AlyciaDebnamCarey #TheWalkingDead {@Garret Dillahunt@} {@JENNA ELFMAN@} {@Alycia Debnam Carey@} {@danaygarcia@} {@Colman Domingo@} #fearthewalkingdead #WalkingDead #scifi #horror #GeekLove #StaySafe", "id": 1368530906789666817, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
111
+ {"date": "2021-03-07", "text": "#NowPlaying Luxury Tax by Rick Ross, Lil Wayne, Jeezy, Trick Daddy on {@TIDAL@} {{URL}} ", "id": 1368622135875411972, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
112
+ {"date": "2021-03-09", "text": "The Super Straight Movement Has The Trans Community FURIOUS. {{URL}} via {@YouTube@} #SUPERGAY #supergays {@Blaire White@}", "id": 1369375801242759170, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
113
+ {"date": "2021-03-14", "text": "I m an old ARMY & everytime BTS wins an award i would always cry so grammys do ur job properly so i can cry tears of joy instead sadness early in the morning #LightItUpBTS #BTSARMY #BTSGrammy {@BTS_twt@}", "id": 1371186984400527365, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
114
+ {"date": "2021-03-16", "text": "The NCAA men s Tournament bracket has been out for over 24 days, here is a breakdown of all 68 teams chances of cutting down the nets.(via {@Busting Brackets@} ) {{URL}} ", "id": 1371641321836969984, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
115
+ {"date": "2021-03-20", "text": "Juwan Howard, who protested the NCAA s profiting off the Fab Five in the 90 s, said he didn t notice {@Isaiah@} s #NotNCAAProperty shirt Saturday. But the country sure did. It may not be the last we hear of injured Isaiah Livers in this NCAA tourney. {{URL}} ", "id": 1373419447705276424, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
116
+ {"date": "2021-03-21", "text": "Nav ( {@Nav@} ) ft The Weeknd ( {@The Weeknd@} ) - Some Way (Clean)", "id": 1373603803249971200, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
117
+ {"date": "2021-03-25", "text": "Happy new year {{USERNAME}} may the lord be in your favor Let\u2019s ROCK", "id": 1375143718374739970, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
118
+ {"date": "2021-03-28", "text": ". {@Al Horford@} must be really proud watching these guys. He s mentored most of them", "id": 1375989272537300992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
119
+ {"date": "2021-04-04", "text": "SG Local charts of {@BTS_twt@} \u2018Film Out\u2019 co-composed by #Jungkook #1 iTunes Singapore #1 trending on Youtube #1 Spotify New Music Friday #8 Top 50 Spotify Daily #10 Spotify Hot Hits", "id": 1378556726740328452, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
120
+ {"date": "2021-04-04", "text": "Everyday is Easter when your a {@Taylor Swift@} stan, we spend our lives hunting Easter eggs #Easter #EasterEggHunt", "id": 1378677505842876417, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
121
+ {"date": "2021-04-04", "text": "[NEW MUSIC] DERYK EVONS \u2013 \u201cTROUBLES\u201d | {{USERNAME}} {{URL}}", "id": 1378677931434782720, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
122
+ {"date": "2021-04-04", "text": "\u203c\ufe0f WE RE CURRENTLY ON THE 2ND PLACE SO PLEASE KEEP ON VOTING \u203c\ufe0f rt/reply I vote {@BTS_twt@} for the Top 50 Music Awards 2020 Biggest Fans #Top50BTS", "id": 1378738618466922505, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
123
+ {"date": "2021-04-04", "text": "I love how people in kpop a kpop idol or company will litterally copy a black artist, a ACCUSE them of pulling the race card and saying they re a CLOUT CHASER just for callling someone out, Sis make it make sense, Purrr ~ {{USERNAME}} ", "id": 1378767611572404225, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
124
+ {"date": "2021-04-04", "text": "Watch \u201c11am Easter Service April 4,, 2021\u201d by {{USERNAME}} on #Vimeo {{URL}} ", "id": 1378798638365822982, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "other_hobbies"]}
125
+ {"date": "2021-04-04", "text": "There is no reason for {@Spotify@} to have artist radio when you have playlists. Really doesn t make sense. #Spotify", "id": 1378858109951639557, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
126
+ {"date": "2021-04-10", "text": "A successful project depends on how the entire system team works & here the team is very solid & experienced in their field. You can see the future by their vision & hard work. #MocktailFinance #MocktailSwap #MOK #blockchain #crypto #BNB #cryptocurrencies #fintech {{USERNAME}}", "id": 1380849847448694784, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs"]}
127
+ {"date": "2021-04-11", "text": "A special team at the {@The Wall Street Journal@} put together this 142 page report to figure out how to drive growth at the newspaper This is exactly what you d expect when you design by committee {{URL}}", "id": 1381363024271925249, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
128
+ {"date": "2021-04-18", "text": "New flipped account. please go and give him so love. thank you His UN is {{USERNAME}}", "id": 1383842746889228299, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
129
+ {"date": "2021-04-19", "text": "#ICYM: The powers available to minister Sports, Arts and Culture Minister Nathi Mthethwa give him the right to remove recognition of the federation as the authority on #cricket, and to stop providing funding for it #Proteas {{USERNAME}} {{URL}} ", "id": 1384113958458511366, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
130
+ {"date": "2021-04-25", "text": "The atmosphere at {{USERNAME}} games is second to none. Nothing better in the {@NAHL@} . They\u2019re also 45-4-0-1; they\u2019re pretty good.", "id": 1386165593754140674, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["gaming", "sports"]}
131
+ {"date": "2021-04-25", "text": "Big Fight Bob on the hype video?!? {@Robbie Fox@}", "id": 1386166741038944257, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
132
+ {"date": "2021-04-25", "text": "I finished 15th at this year\u2019s American Crossword Puzzle Tournament (tied with {@Rob Tricchinelli@} ), and first in Upstate NY, which I believe makes me King in the North (in this analogy {{USERNAME}} is the King Beyond the Wall). #acpt #ACPT2021", "id": 1386437038182834178, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0], "label_name": ["gaming", "other_hobbies", "sports"]}
133
+ {"date": "2021-05-02", "text": "Hi. Can we get some new music? Hope you\u2019re doing well! {@Kendrick Lamar@}", "id": 1388762909409378304, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
134
+ {"date": "2021-05-02", "text": "Lmao the sky is getting brighter help! @RheasRiptide It\u2019s almost 6", "id": 1388794421555171330, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
135
+ {"date": "2021-05-02", "text": "Soulja Boy Tell em - Crank That (Soulja Boy) (Official Music Video) {{URL}} via {@YouTube@} {@Soulja Boy Draco@}", "id": 1388884961713852421, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
136
+ {"date": "2021-05-02", "text": "The {{USERNAME}} team have done incredibly well to create that season in the Midst of a Global Pandemic so leaving it like that makes sense for AC-12 to climb from the bottom to the top in a final season 7 and put all the bent copper to the sword. #LineofDutyFinale #season7", "id": 1388974567167873025, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
137
+ {"date": "2021-05-02", "text": "Relax (Take It Easy) music video by {@MIKA@} hits 100 Mln views!!! \u2764 #Mika #Relax #100MlnViews {{URL}}", "id": 1388975800670728195, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
138
+ {"date": "2021-05-09", "text": "Camels defeat Owensboro Catholic 6-5. Aydan Hamilton drove in 3 and Logan Stevenson hit the go ahead home run in the bottom of the 6th and threw the final 3 innings to pick up the win. {{USERNAME}}", "id": 1391205912921231360, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
139
+ {"date": "2021-05-09", "text": "Happy mother\u2019s day to all incredible mom out there!!!!! Especially to all My First time Mamshies and To My wonder woman And also to My bestfriend {{USERNAME}} Hahahahahha love u!!", "id": 1391209804215984129, "label": [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "family"]}
140
+ {"date": "2021-05-09", "text": "Thomas Tuchel: It will not change too much no matter what the result was [against Man City]. But surely it is not a disadvantage to us to have this experience in such a short time to have the possibility to beat them twice. [via {@Nizaar Kinsella@} ]", "id": 1391507332941627396, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
141
+ {"date": "2021-05-16", "text": "Bloodhound Gang - The Bad Touch {{URL}} #MMM Voor {{USERNAME}}", "id": 1393956595122507777, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
142
+ {"date": "2021-05-16", "text": "Sean Shelby s Shoes: What s next for Michael Chandler after UFC 262 title-fight loss? {{URL}} via {@MMA Junkie@}", "id": 1394073692502585345, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
143
+ {"date": "2021-05-23", "text": "| Hello! This is a new account dedicated to tracking {@Olivia Rodrigo@} s personal Spotify account. Follow for daily updates and turn on tweet notifications to be the fastest to see what songs she has listened to and currently listening to!", "id": 1396312784174915591, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
144
+ {"date": "2021-05-23", "text": "Back in 2010, 19 years old me was sitting at a coffeeshop in Irbid, Jordan watching {@Javier Zanetti@} lifting our 18th scudetto. I still remember how I felt that day. 11 years later, I\u2019m the same man carrying the same feelings #ForzaInter #IMScudetto {@Inter@} ", "id": 1396435317876482052, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
145
+ {"date": "2021-05-23", "text": "Fantasy Baseball Week 8 Hitting Planner via {{USERNAME}} The White Sox, Tigers, Mets & Athletics play 7 home games The Orioles, Rockies, Padres & Cardinals play 7 road games The Blue Jays play 6 on the road The Braves, Red Sox & Astros play 5 games {{URL}} ", "id": 1396525441536696332, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
146
+ {"date": "2021-05-27", "text": "#nowplaying the blues by red eye$ hiii via {@Audiomack@} {{URL}}", "id": 1397913625256333322, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
147
+ {"date": "2021-05-29", "text": "Elon\u2019s Energy Consumption Rants: Is Anyone Paying Attention? By {{USERNAME}} #Bitcoin Maximalists Beef Against {@Elon Musk@} This\u261d\ufe0ftweet put the entire #crypto market in the red leading to a tsunami of responses. Thoughts in The Comments {{URL}}", "id": 1398454638077222914, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
148
+ {"date": "2021-05-30", "text": "UEFA Champions League | Manchester City v Chelsea | Highlights. {{URL}} #SSFootball via {@SuperSport@}", "id": 1398849241041313794, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
149
+ {"date": "2021-05-30", "text": "Manchester City lost but I saw {@Koe Wetzel@} in South Padre so I won today", "id": 1398907899150323712, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
150
+ {"date": "2021-05-30", "text": "Imagine the Philippines not entering the semis in #MissUniverse the Internet will literally EXPLODE! Are you willing to risk it {@Miss Universe@} ? Can you take the heat? \ufe0f\ufe0f SABOG KAYONG LAHAT! Kasing tapang niyo ba ang MU 2013 na nilaglag ang host country?!", "id": 1398941447131328515, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
151
+ {"date": "2021-05-30", "text": "H.O.L.Y. #highonlovingyou. I \u2764 that phrase! So cool! I seriously LOVE love people. On another note, custody...WHO gets the baby & wen. {{USERNAME}} {{USERNAME}} {{USERNAME}} For the of the Lord will rest on this mountain, & Moab... Isaiah 25:10 ESV {{URL}} ", "id": 1399061232183910403, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "other_hobbies"]}
152
+ {"date": "2021-05-30", "text": "#FOMO ? Pretty sure this is all you have to do to get blocked by {{USERNAME}} #boycottharveynorman", "id": 1399120084644241409, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture", "other_hobbies"]}
153
+ {"date": "2021-06-06", "text": "{{URL}} {{USERNAME}} Clips vs Mavs in Game 7. If LA keeps playing tough defense they should be able to keep Dallas under control. The problem for the Clippers is scoring themselves and they should be aiming for 120.", "id": 1401628244038795265, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
154
+ {"date": "2021-06-13", "text": "The lyrics are so beautiful!! Really really beautiful. And what make them more beautiful is that Mew made them by himself!! We ignite the light in the summer night {@mewsuppasit@} #mssSFTS1", "id": 1404045642398318594, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
155
+ {"date": "2021-06-13", "text": "Yuta I would like to recommend this song to you. I think you ll like the lyrics And maybe try to cover too? #\u30e6\u30a6\u30bf #\u4e2d\u672c\u60a0\u592a #\uc720\ud0c0 #YUTA897 {@NCT 127@} {{URL}}", "id": 1404074877519159302, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
156
+ {"date": "2021-06-20", "text": "Leo, I d really love to big up my dad you the best dad ever you ve stepped up in my time of need unconditionally.\u201cYou don t have to be a dad, to be a dad. To all the fathers and father figures, Happy Father s Day.\u201d #JamaaNiYaJamii {{USERNAME}} {{URL}} ", "id": 1406573204093669377, "label": [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "family", "relationships"]}
157
+ {"date": "2021-06-20", "text": "Happy summer solstice\u2014we\u2019re enjoying the extra hours of sunshine today and kicking back with refreshing sips of ZEPHYR. . . . : {{USERNAME}} @ Brattleboro, Vermont {{URL}} ", "id": 1406759676499333125, "label": [0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "food_&_dining"]}
158
+ {"date": "2021-06-22", "text": "Power outage in my area today: 9am-11.30am came for 1 hr 12.30pm-4:30pm 9.30pm-12am And after providing full 40 minutes of power it s gone again 12.40am- unknown Who can ask you for accountability {@KE@} ? Achi badmashi lagai wi hai! Bijli dou nahi aur bill banate rahou", "id": 1407426577017708544, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
159
+ {"date": "2021-06-27", "text": "Swallows chairman {{USERNAME}} confirms to #SLSiya that two players are leaving the club. {{URL}}", "id": 1409088228561457153, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
160
+ {"date": "2021-06-27", "text": "B.MORGAN Str8 Jacket Official Music Video (Dirty) {{URL}} {{USERNAME}}", "id": 1409115736501596162, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
161
+ {"date": "2021-06-28", "text": "Find someone who loves you well. Someone who never belittles you. Even in the heat of an argument. Someone who is gentle with you, but does not treat you like you are fragile. KARJON STARMAGIC PRESSCON #KarJon {{USERNAME}} {{USERNAME}} ", "id": 1409390014564294656, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
162
+ {"date": "2021-07-03", "text": "Ekoh ft. Vin Jay- Villain (Official Music Video) {{URL}} via {@YouTube@} Check out {@EKOH@} new song #vaillain ft. Vin Jay", "id": 1411170769241919491, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
163
+ {"date": "2021-07-04", "text": "Updated with Jihoon\u2019s new song recommendation (210705): >Blessed \u2014 Daniel Caesar {@TREASURE@} {{URL}}", "id": 1411744219455234054, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
164
+ {"date": "2021-07-04", "text": "#NowPlaying Comfortable by Lil Wayne, Babyface on {@TIDAL@} {{URL}} ", "id": 1411805766323900416, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
165
+ {"date": "2021-07-11", "text": ". {@BTS_twt@} Permission To Dance \u2014 10AM KST #1 Bugs (=) #1 Genie (=) #2 Flo (=) #5 Melon (+1)", "id": 1414039353882386440, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
166
+ {"date": "2021-07-11", "text": "Shout out to the many England fans that have put the hard yards in over the years following England home & away, today is for you Whilst the county is naturally excited & buzzing for today, its fans like you that deserve it My man {{USERNAME}} is one of those people ", "id": 1414130163202265091, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
167
+ {"date": "2021-07-11", "text": "Permission to dance 100M !!! Good jod ARMY !!! #PermissiontoDance #PermissonToDance #PermissionToDance100M #BTS #BTSARMY {@BTS_twt@}", "id": 1414161039629770754, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
168
+ {"date": "2021-07-11", "text": "PERMISSION TO DANCE 100M #PermissiontoDance100M #Permissiontodance #BTS #\ubc29\ud0c4\uc18c\ub144\ub2e8 {@BTS_twt@}", "id": 1414162533498331136, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
169
+ {"date": "2021-07-11", "text": "I m going to say this.....if our {@England@} fans boo #Italy s national anthem, then {@UEFA com@} should straight away disqualify England.....maybe then these idiots will learn how to #Respect others #EURO2020 #EuroFinal #Eng #ItA #ENGITA", "id": 1414190960414703623, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
170
+ {"date": "2021-07-11", "text": "LLEGAMOS A LOS 110M!!! VAMOS SOIXJAOIS {@BTS_twt@} #PermissiontoDance BTS (\ubc29\ud0c4\uc18c\ub144\ub2e8) Permission to Dance Official MV {{URL}}", "id": 1414312583541182464, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
171
+ {"date": "2021-07-14", "text": "Love Carlo as a player and what he brings as the {@Boston Bruins@} most pure defender. However, you can t ignore the head injuries he s sustained and how many full seasons he ll be able to play of the 6-year deal. Hoping he has a big body protector on the other side.", "id": 1415399468757921799, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
172
+ {"date": "2021-07-15", "text": "I\u2019ve accepted the Head JV Boys Basketball Coaching position at Penn HS. I\u2019m looking forward to learning from & being mentored by Hall of Fame Coach, Al Rhodes. I\u2019ll be teaching Health/PE in the PHM district. Go Kingsmen! {{USERNAME}} ", "id": 1415756201699155968, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1], "label_name": ["learning_&_educational", "sports", "youth_&_student_life"]}
173
+ {"date": "2021-07-18", "text": "Wow, ten years since {@player coach@} won the WWE Title from {@John Cena@} in one of the company s greatest matches and leaving with it. Time truly does fly so fast. #WWEMITB", "id": 1416574546447114243, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
174
+ {"date": "2021-07-19", "text": "Searching for tweet from {@Mercedes AMG PETRONAS F1 Team@} about {@Max Verstappen@} s recovery and wishes... 404 Not Found. Success going into the head... #Disrespectful", "id": 1417025798733631490, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
175
+ {"date": "2021-07-25", "text": "Episode 415, powered by {@Blue Microphones@} : The guys and {@Chris Jericho@} analyze \u201cI\u2019m Leaving You\u201d from the 1984 Scorpions album Love at First Sting! #podcast #podcasting #PoweredByBlue {{URL}} ", "id": 1419354266796449796, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
176
+ {"date": "2021-07-25", "text": "Ay {@SAINt@} you had the best performance today at rolling loud and this new song is firee I wish you performed Monica Lewinsky though", "id": 1419446961682403330, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
177
+ {"date": "2021-07-30", "text": "The amount of \u201cWelcome to the big apple \u201d tweets sent out by {@SNY@} last night that ended up being completely unrelated to {@New York Mets@} baseball was a gut punch #LGM", "id": 1421078031490297856, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
178
+ {"date": "2021-08-01", "text": "HAUSER and Se\u00f1orita - The Power Of Love {{URL}} via {@YouTube@} &*Bisous*", "id": 1421983119494766593, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
179
+ {"date": "2021-08-08", "text": "Congratulations to {@A ja Wilson@} and {@dawnstaley@} on winning the gold medal over Japan 90-75!#Gold #TeamUSA #ForeverToThee", "id": 1424218634122113024, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
180
+ {"date": "2021-08-08", "text": "Open House Today 12-1:30 19 3rd St Norwood - Come over and see this awesome home! {{URL}} via {{USERNAME}}", "id": 1424365938976120833, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
181
+ {"date": "2021-08-08", "text": "Breaking: #Colts and LB Darius Leonard agree to a 5 year $99.25M extension to make him the highest paid ILB in the NFL per {@Ian Rapoport@} . The deal pays Leonard $20M per year the first 3 seasons", "id": 1424368240269086721, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
182
+ {"date": "2021-08-08", "text": "SHAMEFUL that Tom Flores has waited this long to be inducted into the {@NFL@} Hall of Fame. He had QUITE a history WAY before coaching and now he can barely enjoy his moment. WHY?? Again, SHAMEFUL. Such a disappointment and disgrace to the so called \u201cstandards\u201d the NFL subscribes.", "id": 1424518430544252931, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
183
+ {"date": "2021-08-15", "text": "Playin 3v3 GBs Come support the homie {{URL}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {@Abella Danger@}", "id": 1426751965367836672, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["gaming"]}
184
+ {"date": "2021-08-15", "text": "NY Yankees defeated Chi White Sox 7-5 in 10 innings Cc {{USERNAME}}", "id": 1426754516280659974, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
185
+ {"date": "2021-08-15", "text": "Crucially, this also means {@Kaizer Chiefs@} will have to wait until 2022 to even try and win a first trophy since 2015, with the league cup(previously Telkom Knockout) still missing this season.", "id": 1426935064231809032, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
186
+ {"date": "2021-08-15", "text": "Yellow vs Blue, Me vs You - Aila Donovan , Whitney Wright, Ricky Johnson Color schemes collide! {{USERNAME}} and {{USERNAME}} tease and taunt the camera {{USERNAME}} #brazzers\u0650 \u2b07\ufe0f\u2b07\ufe0fCLIC HERE\u2b07\ufe0f\u2b07\ufe0f {{URL}} ", "id": 1426963672941932547, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
187
+ {"date": "2021-08-29", "text": "Pretty sure {@Channing Tatum@} is the only person that can pull off cowboy boots with a bowler hat", "id": 1431798080895078403, "label": [0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fashion_&_style"]}
188
+ {"date": "2021-08-29", "text": "Praying for all my New Orleans and Louisiana Family!!! {@University of New Orleans@} {@NOLAsTeam@}", "id": 1432129259766697984, "label": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["family", "news_&_social_concern"]}
tweet_topic_multi.py ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """ TweetTopic Dataset """
2
+ import json
3
+ from itertools import chain
4
+ import datasets
5
+
6
+ logger = datasets.logging.get_logger(__name__)
7
+ _DESCRIPTION = """[TweetTopic](TBA)"""
8
+
9
+ _VERSION = "1.0.1"
10
+ _CITATION = """
11
+ TBA
12
+ """
13
+ _HOME_PAGE = "https://cardiffnlp.github.io"
14
+ _LABEL_TYPE = "multi"
15
+ _NAME = f"tweet_topic_{_LABEL_TYPE}"
16
+ _URL = f'https://huggingface.co/datasets/cardiffnlp/{_NAME}/raw/main/dataset'
17
+ _URLS = {
18
+ str(datasets.Split.TEST): [f'{_URL}/split_temporal/test_2021.{_LABEL_TYPE}.json'],
19
+ str(datasets.Split.TRAIN): [f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],
20
+ str(datasets.Split.VALIDATION): [f'{_URL}/split_temporal/validation_2021.{_LABEL_TYPE}.json'],
21
+ f"temporal_2020_{str(datasets.Split.TEST)}": [f'{_URL}/split_temporal/test_2020.{_LABEL_TYPE}.json'],
22
+ f"temporal_2021_{str(datasets.Split.TEST)}": [f'{_URL}/split_temporal/test_2021.{_LABEL_TYPE}.json'],
23
+ f"temporal_2020_{str(datasets.Split.TRAIN)}": [f'{_URL}/split_temporal/train_2020.{_LABEL_TYPE}.json'],
24
+ f"temporal_2021_{str(datasets.Split.TRAIN)}": [f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],
25
+ f"temporal_2020_{str(datasets.Split.VALIDATION)}": [f'{_URL}/split_temporal/validation_2020.{_LABEL_TYPE}.json'],
26
+ f"temporal_2021_{str(datasets.Split.VALIDATION)}": [f'{_URL}/split_temporal/validation_2021.{_LABEL_TYPE}.json'],
27
+ f"random_{str(datasets.Split.TRAIN)}": [f'{_URL}/split_random/train_random.{_LABEL_TYPE}.json'],
28
+ f"random_{str(datasets.Split.VALIDATION)}": [f'{_URL}/split_random/validation_random.{_LABEL_TYPE}.json'],
29
+ f"coling2022_random_{str(datasets.Split.TEST)}": [f'{_URL}/split_coling2022_random/test_random.{_LABEL_TYPE}.json'],
30
+ f"coling2022_random_{str(datasets.Split.TRAIN)}": [f'{_URL}/split_coling2022_random/train_random.{_LABEL_TYPE}.json'],
31
+ f"coling2022_temporal_{str(datasets.Split.TEST)}": [f'{_URL}/split_coling2022_temporal/test_2021.{_LABEL_TYPE}.json'],
32
+ f"coling2022_temporal_{str(datasets.Split.TRAIN)}": [f'{_URL}/split_coling2022_temporal/train_2020.{_LABEL_TYPE}.json'],
33
+ }
34
+
35
+
36
+ class TweetTopicSingleConfig(datasets.BuilderConfig):
37
+ """BuilderConfig"""
38
+
39
+ def __init__(self, **kwargs):
40
+ """BuilderConfig.
41
+
42
+ Args:
43
+ **kwargs: keyword arguments forwarded to super.
44
+ """
45
+ super(TweetTopicSingleConfig, self).__init__(**kwargs)
46
+
47
+
48
+ class TweetTopicSingle(datasets.GeneratorBasedBuilder):
49
+ """Dataset."""
50
+
51
+ BUILDER_CONFIGS = [
52
+ TweetTopicSingleConfig(name=_NAME, version=datasets.Version(_VERSION), description=_DESCRIPTION),
53
+ ]
54
+
55
+ def _split_generators(self, dl_manager):
56
+ downloaded_file = dl_manager.download_and_extract(_URLS)
57
+ return [datasets.SplitGenerator(name=i, gen_kwargs={"filepaths": downloaded_file[i]}) for i in _URLS.keys()]
58
+
59
+ def _generate_examples(self, filepaths):
60
+ _key = 0
61
+ for filepath in filepaths:
62
+ logger.info(f"generating examples from = {filepath}")
63
+ with open(filepath, encoding="utf-8") as f:
64
+ _list = [i for i in f.read().split('\n') if len(i) > 0]
65
+ for i in _list:
66
+ data = json.loads(i)
67
+ yield _key, data
68
+ _key += 1
69
+
70
+ def _info(self):
71
+ return datasets.DatasetInfo(
72
+ description=_DESCRIPTION,
73
+ features=datasets.Features(
74
+ {
75
+ "text": datasets.Value("string"),
76
+ "date": datasets.Value("string"),
77
+ "label": datasets.Value("int32"),
78
+ "label_name": datasets.Value("string"),
79
+ "id": datasets.Value("string")
80
+ }
81
+ ),
82
+ supervised_keys=None,
83
+ homepage=_HOME_PAGE,
84
+ citation=_CITATION,
85
+ )