Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 57,602 Bytes
b778a0d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 |
[
{
"tweet_id": 1176555477200777217,
"tweet_text": "Casualties are increasing with the passage of time.. prayers needed..May Allah protect our loved ones and keep everyone safe and sound. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176797579998355456,
"tweet_text": "Download to watch LIVE: Another dengue patient dies in Karachi, death toll jumps to 11 this year #Pak #Live #NEWS #Channel #ARYNewsLiveHD #Pakistan #WorldNews #OZOOTV #Android",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176510283751272449,
"tweet_text": "RT @Rebelistic_: May Allah keep everyone safe and maghfirah for who passed away in this horrible #Earthquake ameen.l",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176747050140131328,
"tweet_text": "#Pakistan #RedCrescent first aid teams have reached #Mirpur, near the epicentre of today’s #earthquake to treat injured people. We are trying to establish contact with our teams based in Mirpur but the lines are down. Stay safe, all!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176478708670107648,
"tweet_text": "Army should move to Azad Kashmir for covering relief operations, in abundance to cater for all geological threats. Plz #dgisprasifghafoor #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176489024103636992,
"tweet_text": "Hoping That no further damage will happen Our prayers are with the injured people Allah #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176563232162680832,
"tweet_text": "I managed to get through to family in Mirpur. Alhumdulillah they are all fine, but i cant take the noise of Ambulance sirens in the background out of my head. Im praying for everyone. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176492725983698945,
"tweet_text": "We badly need autocorrect. #Islamabad #IslamabadPolice #earthquake @dcislamabad",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176484299157233665,
"tweet_text": "Just found about the Azad Kashmir #Earthquake. I still remember horrible scenes from the aftermath of Earthquake of Oct 08. May Allah protect everyone there and easy pains.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176500510414823424,
"tweet_text": "Praying for the well being of all those who have been effected by the dreadful earthquake. May Allah keep all of you in His protection. Ameen Till Now 19 Dead, and 300+ Injured. Ya Allah Raham. Kindly Everyone Should Help Rescue Teams. Reach & Help the Affected. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513833629900802,
"tweet_text": "Roads and infrastructure damaged in Mirpur, Bhimbar and other areas of AJ&K due to #earthquake an hour ago. Pics via a colleague",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176473237288562688,
"tweet_text": "Theres been a massive #earthquake in Kashmir region, were hearing about the damage and loss of lives in Azad Kashmir but as theres curfew in Indian Occupied Kashmir so we dont know anything about people there. Hope and pray for people of Kashmir.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176514217492525057,
"tweet_text": "@lailapashteen @SahilMahsood @DrPashteen1 @Dr_MAD131 @engr_jahangir84 From what I’ve seen so far - this current #Earthquake in Pakistan Tuesday Sep 24 - is #Serious4Many in vicinity and needs help - advices - free Aid - Edhi type volunteer drivers - First Aid - as well as prayer by all who #Believe !! Take care driving too. Do not rush unwisely.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176509085434482688,
"tweet_text": "Please Join Facebook Crisis Response Feature and offer Your help victims of #earthquake #earthquake #Mirpur #AJK",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176471143701733377,
"tweet_text": "Due to #Earthquake, reports of damages from #Mirpur building collapsed 50 people injured. Rescue teams are rushing. roads damaged by earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1177132414151417856,
"tweet_text": "RT @Bhar_me_jao: Plz everyone recite Surah Zilzal Ya Allah khair ὤ7 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480428808708096,
"tweet_text": "#ChiefJustice Asif Saeed Khosa has expressed #concern over the high acquittal rate of 69% in criminal cases in Punjab in the first seven months of the current year because of problems in the #investigation system. #NayaDaur #CJP #Punjab #Pakistan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176678134529318912,
"tweet_text": "ISPR says three communication bridges near Jatlan have been damaged whereas Jatlan-Mangla Road was damaged at multiple locations, rendering it unusable #APPNews @OfficialDGISPR #earthquake #AJK #Mirpur #Jatlan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176505753252892674,
"tweet_text": "May Allah protect the families of people in Azad and Indian Occupied Kashmir. Cant even imagine the helplessness of people of IOK who are unable to reach their loved ones in such catastrophic situation. India is setting a history of Cruelty! #earthquake #KashmirIsUnder_Curfew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176570901061668864,
"tweet_text": "IMPORTANT: If you’re in #Earthquake effected area, and you need blood, you can ring one of these numbers.",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176920205680893954,
"tweet_text": "SAPM briefing about today’s #earthquake and condolences to victims @Dr_FirdousPTI #SocialMediaStrategy #SocialMediaReforms #NewWayToTechnology #SpreadingMediaPositivity #SpreadPositiveStories #PlaningNewSocialMediaReforms #NewSocialMediaTechnology #ImproveModeOfCommunication",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176556464103723008,
"tweet_text": "RT @srilankaglobal: More scenes of damage emerge from Pakistan #Earthquake #PakistanEarthquake #Pakistan @zain_jaz",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176506759600623617,
"tweet_text": "A moment to think about our actions. We must make our actions parallel to the pure teachings of islam. Earthquake is a symbol of ALLAHs warnings about to think about ourselves. We must not forget our creature. May ALLAH protect us all. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176478393560424449,
"tweet_text": "Kashmir dispute, a threat to world peace: Mishal. #pakistan. #kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176578952456003584,
"tweet_text": "For every Kashmiri living outside Kashmir, this #earthquake brought great helplessness. You pick up your phone promptly to call home, to see if your family is alright. You forget that for the past 51 days, you havent heard from your parents. May Allah be our companion. #Kashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496119880343555,
"tweet_text": "RT @Oye_Dani_: Significant #Earthquake jolts felt in Islamabad May ALLAH bless all of us.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467618670219264,
"tweet_text": "#EarthquakeAlert Mirpur hospital also Damaged by #Earthquake #Pakistan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176499755683319808,
"tweet_text": "CM Punjab says he directed the concern authorities to dispatch rescue teams to Mirpur #AJK for relief and rescue operations. Pakistan army rescue and medical teams already arrived in the effected areas #earthquake #Pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176470338387042305,
"tweet_text": "I am worried about #IOK please pray for them they dont have access to hospitals , internet or families out side Indian occupied kashmir. #AJK is damaged badly almost 100+ people are injured nd 3 ppl died so far . #Pakistan #AJK #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176742570145255427,
"tweet_text": "MUZAFFARABAD/ISLAMABAD: A 5.8-magnitude #earthquake struck southern #Mirpur district of Azad Jammu and Kashmir (AJK) on Tuesday, leaving at least 25 persons, including women and children, dead and around 400 others injured, many of them seriously, officials said.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176498348855037953,
"tweet_text": "RT @syedaFatimahuda: Reminder Dont forget to pray Namaz e Ayaat #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176705307902382082,
"tweet_text": "Naval Chief Admiral Zafar Mahmood Abbasi expressed grief and sorrow over the loss of lives and property in Azad Jammu Kashmir due to a 5.8 magnitude earthquake that jolted the whole country. #ARYNews #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177156468593659905,
"tweet_text": "32 Injured as Earthquake Jolts Azad Kashmir and Upper Punjab - #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176762086929702913,
"tweet_text": "#Dengue Alert Since August 2019, Punjab has seen an increase in #Dengue cases. Be mindful of the signs and symptoms of dengue. Dr. Shahzad Naseem Consultant #Pediatrician #pediatrics #childhealth #infectiousdiseases #drshahzadnaseem #lahore #pakistan #medicine #publichealth",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176537144837455874,
"tweet_text": "RT @BDonorsPakistan: RT Courtesy @Durkhanai_ #spreadtheword #Earthquake #earthquakes #EarthquakeAlert #BREAKING",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176575442008137728,
"tweet_text": "Absurd of people to blame the #earthquake damage on IK, this is an infrastructure failure for which a decade of lack of planning is responsible On a side note, be less dramatic, its always good to re analyze yourself but pakistan lies on a fault line and hence is susceptible.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176870479497445376,
"tweet_text": "Dengue claims one more life in Karachi, raising death toll to 11. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176855382171557890,
"tweet_text": "Pakistan earthquake: Hundreds injured east of country. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176494197580472320,
"tweet_text": "#earthquake in aazaad kashmir, caused much damage to roads, houses,mosque and people there.NDMA saying that there will may be #aftershocks during coming 24 hrs. Pray for the ppl there suffering frm miseries..May Allah save them frm more damage.Ameen",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176527903632310272,
"tweet_text": "RT @ZakaWaqar: Really sad about the #earthquake in Punjab , I hope we can help all the victims , May Allah have mercy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176731090117169152,
"tweet_text": "RT @ariyanaa11: Sad news coming from AJK. ὢD Allah Khair. ὤFἿB #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496381810348032,
"tweet_text": "We offer our condolences to the families of those who lost their lives in todays earthquake. Praying for the safety of fellow Pakistanis! #earthquake #EarthquakeinPakistan #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176942957305507840,
"tweet_text": "26 killed as 5.8 quake rattles AJK. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176497143777046528,
"tweet_text": "DIG Mirpur confirms 19 people Dead and 300 Injured, Yaa ALLAH khair #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176486605265231872,
"tweet_text": "7 dead, more than 100 injured. Roads devasted, bridge on Upper Jhelum Canal Jatlan, Bhimber AJK destroyed. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176484662249697281,
"tweet_text": "Earth in Mirpur, Kashmir & Ajk, 100 people were injuired & 5 Dead. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176479339183054848,
"tweet_text": "#Mirpur #AzadKashmir Got Most Affected By Todays #EarthQuake Praying for The Safety of People There. @WaseemBadami",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176573650297921539,
"tweet_text": "2 dead, more than 100 injured in #MirPur #AJK #earthquake #Khabarwalay #Islamabad #Rawalpindi #Sialkot #Pakistan #PakistanArmy",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176478717629124608,
"tweet_text": "RT @bts_pk_projects: We hope that you all are safeὉCὡ4 May Allah keep everyone safeᾓ2ἿB #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176804139759734785,
"tweet_text": "Death toll in #Mirpur #earthquake increases to 25 while the injured are around 452 and of them 160 are with serious injuries. One of the deceased is an armyman. #Azad_Kashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176513434487263233,
"tweet_text": "#earthquake in #Mirpur Engulfes many and leaves more than hundred injured. May Allah save us from disaster Good role by #NDMA and #PakArmy",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176836757574340608,
"tweet_text": "Firdous condoles with families of quake victims. #pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513913812393984,
"tweet_text": "RT @dawn_com: UPDATE: At least 19 people have died and more than 300 injured in the northern Pakistan #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176474709204094976,
"tweet_text": "RT @_SidraHamid: Stay safe people. Make sure your at a safe place. #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176816945552875521,
"tweet_text": "My #interview with the head of #Turkish Journalist delegation to #Pakistan. My old friend @mervesebnem Merve Sebnem Oruc. Topic: #Kashmir - #ISPR briefing and LOC visit. This interview and the footage shown in the show is exclusively on STAR ASIA NEWS. Must #WATCH !! #Turkey",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176493932844240896,
"tweet_text": "@jawadahmadone #earthquake Are you in your senses Mr Baysoray Mirasi? Its wrath of Allah, may Allah keep people safe & give hidaya. Either You are extremely mentaly sick person, go on & see a doctor & get shock therapy. Or PMLN paid you enough so you can do point scoring for your masters.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176745748660183040,
"tweet_text": "RT @AhmerJalil: Massive Earthquake in Northern #Pakistan",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176510899487686657,
"tweet_text": "Several people died and many more injured in #earthquake but #firdousashiqawan is cracking jokes . Shameful and disgusting!",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176512542170079232,
"tweet_text": "Oh lord, please help!ὣ3ὣ0 A pretty scary and severe upheaval. It did not last for 8 to 10 seconds. But it was for more than a minute. Praying for everyones safety. ὤFᾓ2 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176508113614233600,
"tweet_text": "A massive earthquake in Mirpur #AzadKashmir caused immense damage to life and property, with roads and buildings being destroyed and fifty people injured. #Mirpur #sbnews #suchibaat #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176613691921436675,
"tweet_text": "It was a bright sunny day but things took a dark turn & many lives laid to ruins. This Tragedy took many lives & seriously injured countless civilians. Donate now to help those in need. #charitytuesday #pakistan #earthquake #MuslimHands #Earthquake2019",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176606863044923392,
"tweet_text": "Also, try to expose #modi and #Hindutva terror. that should be the gameplan. All #pakistani in #newyork should join and help you. #PTIGovernment #Pakistan #punjab #lahore #Islamabad #Kashmir #news @UN @TheTorontoSun #canada #toronto #Islamophobia #ExMuslim",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176465664674074624,
"tweet_text": "Hey @narendramodi & @AnupamPKher do you have any news on #earthquake in #Kashmir? @UN must ask Modi to update on earthquake in Kashmir. Its criminal that they cut phone & internet. Shame! @amnesty @hrw @UNHumanRights must immediate to act. Hope Kashmiries are safe!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176732205982375937,
"tweet_text": "@mona_qau Alhamdulillah. May Allah keep us all safe. Mirpur and Jatlan are badly affected by #Earthquake But no news of people under siege in #Kashmir Hope they are safe #KashmirStillUnderCurfew",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487488799555584,
"tweet_text": "Sadly, theres a communication breakdown in Indian occupied Kashmir so no one knows about their loss, no ones even talking about it, may Allah keep us all safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176801102898970624,
"tweet_text": "Embarrassment for #Pakistan outside #UNGA Baloch victims of Pakistan atrocities put up digital movable hoardings in #NewYorkCity outside United Nations & Council in Foreign Relations highlighting #HumanRights abuses by Pakistan Army @KTHopkins @Malala @unicefchief @UN_HRC",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176467958228500481,
"tweet_text": "17 people have been died in mir pur #Kashmir. May ALMIGHTY give sabar to the families #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176494556692377600,
"tweet_text": "RT @mazdaki: Wishing everyone in the affected areas of AJK and Pakistan safety and strength #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176482862117396482,
"tweet_text": "Pakistan Army teams. Reached & started the relief work. In effected areas of earth quake in bhimber/ Mirpur.. #Earthquake #mirpur #rescue #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177057214307151874,
"tweet_text": "Taobat: Neelum Valley, Azad Kashmir Taobat is a village in Athmuqam Tehsil in Neelam valley. It is located 200 KMs from Muzaffarabad and 39 KMs from Kel 7: khattak #kashmir #Pakistan #BeautifulPakistan #travel #tourism #mountain",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176567530808324097,
"tweet_text": "Please Pray for the Victims of Earthquake. ALLAH REHAM FARMA MALIK. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176928472519888896,
"tweet_text": "Download to watch LIVE: Lahore: One killed, five injured in armed clash between two groups #Pak #Live #NEWS #Channel #ARYNewsLiveHD #Pakistan #WorldNews #OZOOTV #Android",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176470099500384258,
"tweet_text": "Mirpur AJKs been at the recieving end today.The situation is terrible in my cityὢ2 #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176584482394116098,
"tweet_text": "A powerful #earthquake of magnitude 5.8 shook Pakistan-administered #Kashmir and other areas in the eastern Punjab province on Tuesday, killing at least 22 people and injuring around 300 while rescue operations get underway, officials said",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176518457610952704,
"tweet_text": "It was horrible My first thought was mama and second was Kalma Ya Allah reham #earthquake #MirpurAzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176589309677318145,
"tweet_text": "RT @ARYNEWSOFFICIAL: #Earthquake wreaks havoc in AJK, 23 dead, 300 wounded #ARYNews",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176508626950864897,
"tweet_text": "RT @i_abdullahmalik: A tragic news of #earthquake . Hoping everybody is safe and sound. May God bestow us with #Peace and #prosperity .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176812462865338368,
"tweet_text": "Our prayers and thoughts are with all those affected by yesterdays #earthquake. May the departed souls rest in peace",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469289156653056,
"tweet_text": "Massive damage due to 7.1 magnitude earthquake just 12 kilometres North of Jhelum in Azad Kashmir Pakistan. Divine sign for change. May ALLAH save everyone, Aameen. #earthquake #BREAKING",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176549101795729409,
"tweet_text": "@alisalmanalvi Probably thats why Allah gave that earthquake for these people take it soo lightlyshame on these peopleand the sickest part is she is a part of the Cabinet..WooW means this is the official representation of Pakistan to the world. Great !! #ShameOnHer #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176514966473576448,
"tweet_text": "More aftershocks expected in next 24 hours. May Allah keep everyone safe. Please recite Surah Zilzal. Ya Allah rehum ὤF #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176554773782454272,
"tweet_text": "Oh God, the earthquake was so big that even the road in jehlum cracked! i hope all my desi oomfs are safe, please take care♥ #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176513646572265474,
"tweet_text": "Praying for the well being of all those who have been effected by the #earthquake jolts Mirpur, AJK & different areas of #Pakistan. May Allah bless abundantly protect all of you and give patience to the affected families & bless the injured with a quick recovery. Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176727202945216513,
"tweet_text": "Allah Rehman Farmaa logo parᾓ2ἿC.. Shocking to hear #earthquake News coming from the North.. May Allah اللہ Keep Everyone Safe!! Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176565039156932609,
"tweet_text": "May Allah (swt) protect all of us from hadships, difficulties and all calamities. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176575779104350208,
"tweet_text": "#RIP ,A powerful 5.8-magnitude #earthquake jolted several cities & northern parts of the country on Tuesday afternoon,leaving at least 23 people dead & over 300 others injured,At least 100 of those injured are in a critical state. #Pakistan50",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176530272201977858,
"tweet_text": "Pictures & Videos Coming from Affected Areas are so Heart Wrenching. May Allah Pak Heal all those whore Suffering cause of this Earthquake, Ameen ! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176497577304436736,
"tweet_text": "Four killed, dozens injured in high intensity #Earthquake jolted #AJK, adjoining areas #APPNews @ndmapk #Kashmir #AJK #Mirpur #Jatla via APP",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176564775238676480,
"tweet_text": "we love you for the sake of Allah. #OurVoiceErdogan #Kashmir #Israeli #IsraeliCrimes #Indian #india #Pakistan #LiftTheSiegeInKashmir #ManOfPeaceImranKhan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176484786166218753,
"tweet_text": "The #earthquake in #Mirpur Azad Kashmir has been really severe. The aftermath of tremors have made it hard to access the affected areas. Pakistan Armys aviation team is carrying out the rescue activities. 4 people confimed dead so far while more than 100 are injured.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176572639210627072,
"tweet_text": "sad to know about #earthquake May Allah Almighty blesses high rank in Jannat ul Fardos who led their life and forgive them and also us. May Allah Blesses us, forgive us. Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176521103235330048,
"tweet_text": "Kashmir and Northern Areas of Pakistan affected in earth quake plus Waves felt in Lahore and New Delhi #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176834220406300672,
"tweet_text": "RT @ayesha_m_omar: My heart goes out to all the families affected in the earthquake today in my beloved #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176471766039969792,
"tweet_text": "There has been a devastating earthquake of 5.8 magnitude. Reports of collapse of buildings & roads in multiple places including Azad Kashmir, Punjab and kpk. The tremors were felt in different cities of Pak. Rescue teams are on way. God save us all ❤️ #TalhaInsafian #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176566078580953088,
"tweet_text": "RT @Sahiba345: #earthquake #AzadKashmir Ya Allah have mercy on all of the humanity",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496691903696897,
"tweet_text": "Attention: There is blood emergency in #Mirpur due to #earthquake. Kindly rush to #DHQ to donate blood. #SpreadTheWord #donateblood #savelife #BeAHero #BDP #BREAKING",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176618650310250502,
"tweet_text": "Prayers for the victims of earthquake in AJK and the rescue teams. May Allah keep them safe. We hope that you all are safeὤF #earthquake #earthquake #pakistan #UN",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176722453348986881,
"tweet_text": "there r issues where people want to sabotage current law and order situation in country .. just to give more relief to india and their conspirancies against #pakistan @Dr_YasminRashid needs to take a strong dialogue rather dn using force #ImranKhan #WednesdayMotivation",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176507036399484929,
"tweet_text": "RT @geonews_english: 19 dead, more than 300 wounded as powerful #earthquake jolts parts of Pakistan Read more: #G",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176882557117444097,
"tweet_text": "Death toll from quake climbs to 38 as relief operations continue. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176475142698033152,
"tweet_text": "@titojourno Thank God, my brothers and relatives all are safe back in Muzaffarabad. Spoke to younger brother. We have seen the deaths and devastation in October, 2005 earthquake in area that was close to epicentre at the back of Balakot. May God keep everyone safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491683581779969,
"tweet_text": "First phase will be rescue. There will be many people alive under the rubble. With the right equipment many lives can still be saved. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176508055376334848,
"tweet_text": "#earthquake stats have started coming in. 19 dead, 300+ injured (so far), many houses destroyed and a whole road sunk into a river. These numbers will still change. There are people still trapped under debris.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176524161713393664,
"tweet_text": "#Earthquake map showing some parts of Jammu and Srinagar also affected. God knows whats going on there. We hope everyone is safe. #earthquake #earthquake #earthquakeinpak #earthquakeinindia #EarthquakeAlert",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176878595584790528,
"tweet_text": "The death toll from earthquakes in northern Pakistan including Azad Jammu and Kashmir (AJK) rose to at least 31 with more than 500 injured. #Earthquake #FutureTV",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176796397535977472,
"tweet_text": "Looking at these pics with a heavy heart and wondering what would be the extent of damage in #IOK.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176489970204364801,
"tweet_text": "5.8 magnitude earthquake shakes Pakistan, widespread damage reported in Azad Kashmir #Earthquake #Pakistan #EarthquakeInPakistan #Islamabad #Rawalpindi #Peshawar #Lahore",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176478740790034432,
"tweet_text": "6.1 magnitude quake rocks parts of Pakistan. Prayers for the earliest recovery of injured. Hope the damage is not colossal. #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176497827708592129,
"tweet_text": "#pakistanearthquake TV channels showed the footage of heavily damaged roads in Mirpur, with many vehicles overturned. #earthquake #pakistan #mirpur",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176771045946286082,
"tweet_text": "I just reached home, switched my TV on and found this. Im simply terrified and shocked to find one of my most favourite city in shamblesὉ4 Ya Allah have Mercy!! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176532310663016448,
"tweet_text": "RT @AsadBinSaeed4: @asadowaisi @AmitShah Shameless terrorist state not caring #earthquake victims of #Kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176499855037845504,
"tweet_text": "Hey @imMAK02 , if you have any shame left then quit Twitter now now. 7 Million MusIim brothers in Kashmir have no mean of communication. How would you enjoy Social Media here. Shameὢ0",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176472190541279232,
"tweet_text": "RT @peshavar: Jalata Road In #Muzaffarabad, #Ajk, #Pakistan links the main city with surroundings. Pak Army moved to help and calculate the",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176505668997722112,
"tweet_text": "#ArmyChief ordered troops to participate in #earthquake rescue activities",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176507594451628032,
"tweet_text": "[Update] At least 19 dead, over 300 others wounded in earthquake that struck #Pakistan-administered #Kashmir, says senior police officer",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176504808515211264,
"tweet_text": "An #earthquake hit #jatlan #jarikas and #Mirpur areas of Azad jammu and #kashmir. Rescue operations initiated by civil administration and Army troops. P.S : ALLAH hum sbki hifazat farmaye",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176499540960206848,
"tweet_text": "I Hope all my followers are save from todays disastrous #earthquake and #rain in Pakistan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176741821390696448,
"tweet_text": "Prayers for affectees #EarthquakeinPakistan #earthquake #MirpurAzadKashmir #mirpurearthquake #Muslimaidpakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491407428792320,
"tweet_text": "Ya Allah safe Pakistan from all the evil eyes ὤFἿB #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176808945379422208,
"tweet_text": "Earth Quake Chaos (September-24th- 2019) Mirpur AJK: BHU Ghazigurah Our Basic Health Unit in Ghazigurah continues to aid the earthquake victims from all over Bhimber District AJK. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir #SOS",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176525688544944129,
"tweet_text": "Terrible #earthquake across Pakistan. Prayers for the affected families",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176511093096820736,
"tweet_text": "Shocking to heard the news of earthquakes in azad Kashmir.Pak army is on mission to solved the crisis May Allah protect our country #earthquake #kashmir #PakArmy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176551157231181832,
"tweet_text": "Earthquake shakes northern #Pakistan, destroying buildings, cracking roads, killing 22 people and injuring nearly 200 more #Mirpur #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176572901505536006,
"tweet_text": "ضمیر نہیںں کانپتے یہاں زمین کانپ جاتی ہے May Allah guide this Ummah, and save it from His rage and anger. Ameen. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176856500310040578,
"tweet_text": "Spoke to PM & Chief Secy AJK and expressed deep sorrow over loss of lives in #earthquake. Assured all out support of the Govt of Pakistan in relief and rehabilitation of victims. Our condolences go to the families of the deceased and prayers for early recovery of those injured.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176477407647293440,
"tweet_text": "May Allah protect us all.ὡ4ὤFἿBὢD #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480795608977410,
"tweet_text": "May Allah safe all people of Azaad nd jammu kashmir..Aameen #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176510678263390209,
"tweet_text": "LIVE: 19 Dead, Over 300 Injured In Pakistan Occupied Kashmir After Massive Earthquake #earthquake #EarthquakeinPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176499243605004288,
"tweet_text": "#earthquake Its sad news may Allah(SWT) help people who are in need in Azad Kashmir & especially in Indian Occupied Kashmir (IOJK) as from there no news / Pics cant reach out to world, May Allah Help them & be a part of Azak Kashmir / Pakistan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176920931308101632,
"tweet_text": "My condolences to all victims and those impacted by the #earthquake in Pakistan today. Canadian citizens in need of assistance / Les citoyens canadiens ayant besoin d’aide: sos@international.gc.ca +92 51 208-6000 @CanHCPakistan @TravelGoC @HCCanPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176811087641161728,
"tweet_text": "Earthquake brings disasters in AJK, 19 dead and 300 wounded. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176510827110850565,
"tweet_text": "RT @LToddWood: Video: 5.6 Magnitude #Earthquake In #Tirana, Albania, Serious Damage, Some Injuries",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176513497800347648,
"tweet_text": "19 people died many injured.#earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511147211730944,
"tweet_text": "RT @RaydenMK: PSA: Just a reminder that mere thoughts & prayers accomplish exactly zero. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176749149863235584,
"tweet_text": "Our thoughts and prayers are constantly with AJK people. The people of Sindh stand united with them in this time of crisis and share the pain with them. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469333050048513,
"tweet_text": "Officials told Mirpur in #Pakistan Kashmir is most affected city, #Mirpur suburb area building and road collapse #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176473037488754688,
"tweet_text": "Due to #Earthquake, reports of damages from #Mirpur building collapsed 50 people injured. Rescue teams are rushing roads damaged by earthquake. It must have been felt in #IOK as well where mobile phones and internet is shut for the last 51 days Ya ALLAH Reham Farma! #Kashmir",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176473370252251136,
"tweet_text": "Allah reham farma! Hope everyone is safe there Some terrifying footages coming from ajk #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176699375285936129,
"tweet_text": "@IqbalSandh @PTIofficial @ImranKhanPTI @BBhuttoZardari @AseefaBZ @BakhtawarBZ @HamidMirPAK @WaqasShoukat_ @murtazawahab1 @sherryrehman @Majid_Agha @ShoaibMirzaa @AajizDhamrah I strongly condemn @Dr_FirdousPTI about earthquake. Several people expired, faced alot of damage and u bemocking just to raise your tabdeli drama. Is it tabdeli? O yes it is! Many are dying underneath your tax drama while for remains you mimics. #earthquake #firdousashiqawa",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176475000943063040,
"tweet_text": "I hope #ManglaDam remains #safe ! #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176518684841566209,
"tweet_text": "@Ravinag10907304 @MediaScourge @imMAK02 @PMOIndia Allah is with us forever everysoul shall taste of death #Earthquake only comes when we forget Allah and he reminds of us to pray for him. May Allah protect us from evil ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176589342707539969,
"tweet_text": "Its High time world community acts. Its been 50 days of curfew and complete shutdown in Indian Occupied #Kashmir. Today there was a big #earthquake in Kashmir & Imagine people can’t contact ambulance or anything #LiftTheSiegeInKashmir #OurVoiceErdogan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176520829749944322,
"tweet_text": "A powerful #earthquake with magnitude of 5.8 badly damaged the #PakistaniKashmiri town of #Mirpur, leaving 19 people dead and more than 300 wounded.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176491319293861888,
"tweet_text": "Felt this 2nd Time in my life ὡ0 May Allah forgive us for our sins ᾑ0 #earthquake #Lahore #azadkashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176464726836097024,
"tweet_text": "News are coming from #mirpur azad kashmir. One woman death and several injuries reported. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176545475618639872,
"tweet_text": "Whoever is reading this, pray for all departed souls and also for the speedy recovery of injured ones. May Allah bless them all. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176507554198970369,
"tweet_text": "Updates #earthquake 21 deaths 350 injured 250 houses damaged A building collapsed where 50 people to be rescued Story is still developing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511608379645954,
"tweet_text": "The ambitious goal of 5 million homes in 5 years - a contribution to a stable economy? Asad Umar speaks about the Naya Pakistan Housing Programme | Zameen Interviews #AsadUmar #ExFinanceMinister #ZameenInterviews #NayaPakistanHousingProgramme #NPHP #5MillionHouses #PTI #Pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176543710118629380,
"tweet_text": "#Earthquake it was a HAARP driven nuclear attack on a fault line by anti-Pakistan elements. Target was Mangla Dam that was over-filled today and mission was to bring massive flash flood destruction in Pakistan. Can anyone please confirm?",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176508252143673358,
"tweet_text": "#earthquake Stop eating meat! All creatures of the world are the souls of Allah,then How can they give you order to kill them ? Killing of animals is a big sin in the Sight of Allah Kabir.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176870063212834816,
"tweet_text": "Extending former #FATA [regulations] to mainland #Pakistan is unacceptable. Looks like part of gradual ‘creeping coup’ by non-democratic elements. @dawn_com’s editorial on extension of Action in Aid of Civil Power 2011 to entire #KP province.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176471438473252871,
"tweet_text": "These Are Some Pics From POK After earthquake Of Magnitude 6.3 #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176558132455268355,
"tweet_text": "RT @iDinoAli: My prayers go to everyone affected in the #earthquake in the Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176692369007226880,
"tweet_text": "My heart goes out to the families suffering due to the earthquake today. We think we can make plans but one min and its all over..Allah reham kare sab pe #pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176507324808269824,
"tweet_text": "Allah Hu Akbar huge earthquake in northern and north eastern parts of PAKISTAN . Most affected areas are of AZAD JAMMU AND KASHMIR . May Allah help and protect them Ameen . #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467510054543360,
"tweet_text": "Ya Allah raham, stay safe every One out there and do not be panic #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176532834498035716,
"tweet_text": "Was it artifical made earthquake. But dont forget to pray for effected peoples. Allah REHAM KARA. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177088695473704960,
"tweet_text": "These pictures from PoK after #earthquake are so scary! Earthquake of Magnitude:6.3, Occurred on:24-09-2019, 16:31:58 IST, Lat:32.9 N & Long: 73.7 E, Depth: 40 Km, Region: Pakistan - India (J & K ) Border region. Prayers for their safety..ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176494521531731969,
"tweet_text": "May Allah protect everyone on this land and forgive us. We r nothing and have no guarantee of life even for a second, its U my Allah Who knows each & everything. Apna karam farma. Apni rehmat farma. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176545573752754178,
"tweet_text": "RT @PressTV: 5.8-magnitude quake kills 19, injures hundreds in #Pakistan #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176528371196530689,
"tweet_text": "Deadly and massive destruction in Mirpur Azaad Kashmir. 50 people are injured reportedly. May Allah have mercy upon us.Ὁ4 Prayersᾓ2 #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1177133469866090496,
"tweet_text": "Another aftershock was felt here in mirpur and surrounding areas. A magnitude of approx 4.5 and 12km deep. May ALLAH keep us safe from any disaster or pain. Ameen #EarthquakeinPakistan #ClimateChange #earthquake #Pakistan #ClimateStrike #prayformirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176765786356105217,
"tweet_text": "Death toll mounts in Pakistan earthquake but panic subsides. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176614185888899073,
"tweet_text": "Is it that serious #earthquake ? But in the press conference I heard the that the federal information minister, who is selected by The Leader was cracking jokes on the earthquake as if nothing has happened. Really a shame on her #NayaPakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176774407127220224,
"tweet_text": "Prayers with all of u dear brothers & sisters affected by earthquake, May Allah give u patience to bear this loss#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176473383887867905,
"tweet_text": "Sad to hear about the earthquake in Pakistan, I do hope everyone is well and those that are injured recover speedily. #Pakistan #PakistanEarthquake #earthquake #Mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487022665580546,
"tweet_text": "@uditgupta499 Nobody needs ur prayers actually #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176858384127148032,
"tweet_text": "We Are Proud of #PakistanArmy always reaching and helping in need. One of our Volunteer visited the #Jatlan the place with Doctor and Ambulance mostly affected by #earthquake in #AzadKashmir Thank you Atif",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177146417137246209,
"tweet_text": "Mosquitoes have killed more humans than all the wars in history. Call: 021-36676515, 36614885-6 Mobile: 0321-2207262 Email: info@knockout.com.pk #Knockout #Pest #Control #Professional #Termite #Dengue #Mosquitoes #Cockroach #Rodents #Garden #Lawn #Proofing #Karachi #Pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176519960207790080,
"tweet_text": "The NDMA needs to rush to the effected areas and roll out its services as it was created for such occasions. Army is already out on the roads. Someone from the fed government should be appointed the point man to oversee the entire exercise of relief work. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176624947906666496,
"tweet_text": "@Muslim_Aid #Pakistan stand with their brother and sisters in the time of need. The disaster response team of Muslim Aid is on their way to #Mirpur, AJK to initiate the relief activities for people affected from earthquake. #mirpurearthquake #Mirpur_alert #EarthquakeinPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176849142099959808,
"tweet_text": "Chief of Army Staff General Qamar Javed Bajwa personally went to see the areas affected by yesterday’s #earthquake in AJ&K and went to oversea the repair work being carried out by Pak Army. Well done Pak Armed Forces. #KashmirOurPride #PakArmedForcesZindabad #DGISPR #COAS",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177153255027224576,
"tweet_text": "Our teams are on the ground providing cooked meals, medical aid, clothes, blankets and shelter to help victims survive the first few weeks of this disaster. Donate now to help families in need. #pakistan #kashmir #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176539592276828161,
"tweet_text": "@Dr_FirdousPTI should resign for ridiculing loss of human life and property. In the time those vulnerables need us the most, our information advisor is making fun of their losses. #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176754347142762496,
"tweet_text": "Allah help the affected by the #earthquake..StaySafe! Allah sabko apne Hifzo aman me rakhe_AMEEN_ #earthquakeinpakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176474412872282112,
"tweet_text": "I hope everyones safe especially in Mirpur and Azad Kashmir #earthquake I pray to God this is not a repeat of 2005",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176505817828405250,
"tweet_text": "sad to see that only calamities can make us remember Allah #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176599189259730946,
"tweet_text": "Four killed, scores injured as earthquake rocks KPK. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176469126304415744,
"tweet_text": "#earthquake in AJK and in #IOK. May ALLAH very one safe there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176791939439648768,
"tweet_text": "#Japan Expresses #Condolences and #Sympathies with the people of #Pakistan affected by the #Earthquake #APPNews #EarthquakeInPak #Japan #kashmir #AJK #Jatla",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176483130376642561,
"tweet_text": "Against the atrocities on Kashmir, only talk and Allahs punishment. Surely Allah gives a signal to the believers. Believe Me This Is Not Earthquake This is Anger Of Allah. Surely, Allah wants us to jihad against terrorist India and protect our Kashmiris Muslims. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176490073447182336,
"tweet_text": "Ya Allah rehm !! May Allah keep everyone in His protection ameen. #earthquake #mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176478997540216833,
"tweet_text": "RT @GermanyinPAK: Hope everybody is safe after the #earthquake. Felt the trembling at our office as well.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176483645881761792,
"tweet_text": "Received such pictures from AJK May Allah protect everyone #Prayers #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491718587404288,
"tweet_text": "RT @Nira_Sayaapa: Stay Safe people..!! Make sure to take Precautionary measures.. ὡEὡE #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176495012839923718,
"tweet_text": "#Earthquake UPDATE: 19 dead, over 100 injured as 5.8 magnitude earthquake jolts AJK, Punjab, parts of K-P #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176710423019687940,
"tweet_text": "NA speaker seeks UAE’s role for Kashmir solution. #pakistan. #kashmir",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176486560985944064,
"tweet_text": "Instead of using this for advertisement marketing #PIA fires Air hostesses @AShabbir123",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176518961720168449,
"tweet_text": "RT @bilalofficial1z: Ya Allah. Pls be kind. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176580239599661056,
"tweet_text": "Pained to hear abt the loss of lives in PoK’s Mirpur area due to an #earthquake Our prayers for the affected & their familiesStay SafeὤF We strongly condemn insensitive & shameful comments of Pak PM’s Advisor Firdous Ashiq Awan on earthquake in PoK. Disgusting ὄEὄ7",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176565012523094021,
"tweet_text": "May Allah be merciful to the people who were martyred in this earthquake #earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176502305170100224,
"tweet_text": "#EarthquakeAlert #PakistanArmy troops have reached earthquake-hit areas of #Mirpur, #Jatlan and #Jarikas. Relief and rescue efforts under way: says @OfficialDGISPR #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176477311685812224,
"tweet_text": "May Allah Protect us, Still have chances of After Shocks in next 24 hours. May Allah Forgive us. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176777690839433216,
"tweet_text": "Its time to pay back to people of Mirpur, the love, care, support, solidarity and affiliation they showed in 2005 earthquake with people of Poonch, Bagh and Muzaffrabad. #Mirpur #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176709727813820419,
"tweet_text": "Something very significant I read in a while. Cannot lay more emphasis on the matter. #Pakistan needs to go a long way in medical research which is only possible with proper funding and laboratories which are rarely found in Pk.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176551857776398340,
"tweet_text": "Is this arrogance? Or is this the level they will stoop to, to prove something as ridiculous as their #tabdeeli slogan? #Shame on the minister for making a joke of such a tragic incident leaving hundreds dead and injured and thousands homeless. #earthquake #firdousashiqawan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176469736223334400,
"tweet_text": "Jatlaan canal embankment is damaged. It is one of the main canal originating from Mangla dam which irrigates Punjab. #earthquake AJK Mirpur",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176547371834118147,
"tweet_text": "RT @Kohinoor_BHATTI: I wish and pray safety for everyone. May Allah save us.#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176799823430897664,
"tweet_text": "If ANY of the injured need blood in Pakistan or for whatever other reason in the image below the blood types along with the phone numbers are shown. Please share this with as many people as possible. A retweet can be you saving a life. #Pakistan #EarthquakeinPakistan #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
}
] |