Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 51,242 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 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 |
[
{
"tweet_id": 910803651031056385,
"tweet_text": "RT @kabrunotte: List of updated charities that are helping with disaster relief in Mexico.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913871068544339968,
"tweet_text": "RT @JChavez002: The help is on its way to #MexicoEarthquake victims and you can continue to help!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911666501228417025,
"tweet_text": "The entire FIRST Global community stands with those affected by yesterdays devastating earthquake in central Mexico. Fuerza, México!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 911656052181016576,
"tweet_text": "Proud of Israel for once again reaching out to their fellow man and sending rescue teams to help following #MexicoEarthquake #IDFAidToMEX",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910571711870812161,
"tweet_text": "@StuartCamp stu, do you know about the earthquake in Mexico? We are in a but crisis, if you want to help you can donate here, thank you❤️ὄ7ἿB",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914349312611627008,
"tweet_text": "Schools unite with benefit concert to help Mexico earthquake victims – The San",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911783155463372801,
"tweet_text": "Wife of @StephenCurry30 responds to Trump’s attacks by asking him to donate to Mexico earthquake victims. That’s how you use the limelight!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910543045745025024,
"tweet_text": "RT @nytimesworld: 216 people have been killed by the earthquake, Mexicos civil protection agency reported early Wednesday",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910549733084499969,
"tweet_text": "RT @FortuneMagazine: Mexico City earthquake: Pictures of the damage and destruction",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 914954707550003200,
"tweet_text": "Please help us raise funds (accepting crypto) for Mexicos earthquake victims. Info here: #EarthquakeMexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914479866073972736,
"tweet_text": "@AlanSims3 @JuddLegum i volunteered to create survival kits for people affected by the mexico earthquake and trust me, that’s nothing, not even close to enough",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910746454515503105,
"tweet_text": "Death toll after earthquake in Mexico City rises to more than 200",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910643784957882368,
"tweet_text": "RT @FoxBusiness: .@hillary__vaughn provides an update on the deadly Mexico earthquake: At least 225 dead .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911621935506886656,
"tweet_text": "RT @nytimes: The earthquake destroyed dozens of buildings in Mexico City and now pose a risk to rescue workers and residents",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911657691285729282,
"tweet_text": "RT @TheChainsmokers: Please donate to those in desperate need in Mexico of help right now!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910775713950773248,
"tweet_text": "RT @BNONews: BREAKING: Building collapses in Mexico City after powerful earthquake; no word on casualties",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910715389516161024,
"tweet_text": "My heart breaks even more today reading about all those who have been affected by the earthquake in Mexico. Please keep praying!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910685784658796544,
"tweet_text": "RT @lg16spear: @AdriFonsecaC what happen to the citizens of Mexico is tragic, that earthquake destroyed millions of homes. #PrayersforMexic",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914892851653238784,
"tweet_text": "Help fund education, earthquake missions in Mexico! 10% of sales goes to help #lostopos",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911710051454382081,
"tweet_text": "AROUND THE CLOCK effort: @USAID #USAR teams work 24-hr shift w/ Mexican & intl teams 2 search collapsed bldg for #MexicoEarthquake survivors",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910577682403942400,
"tweet_text": "Red Cross Mexico has arranged an Amazon Wish List where you can donate specific items for earthquake victims. #RT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910726502328627201,
"tweet_text": "RT @MFASriLanka: 2D10 #SriLankas thoughts are with the people of #Mexico following todays devastating #earthquake. @EmbaMexInd",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910523497943666688,
"tweet_text": "RT @TravelLeisure: Deadly earthquake shakes Mexico City, causes buildings to crumble",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910808449243598848,
"tweet_text": ".@victor_dosoretz opens #10WCC address by recognising earthquake victims in Mexico during workshop on skills for tomorrow",
"class_label": "other_relevant_information"
},
{
"tweet_id": 915270353139769351,
"tweet_text": "Help Mexico after the terrible earthquake of September 19. To donate : #FuerzaMexico @Ambulante @diegoluna_",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910646772812333056,
"tweet_text": "Residents of Mexico City distributing water, food, and diapers to victims of the earthquake. #AyudaCDMX #MexicoEstaDePie",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911672316790063105,
"tweet_text": "RT @PaulStanleyLive: MEXICO! I am praying for you and your safety. Central Mexico earthquake kills dozens, topples buildings @CNN",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911832312345649154,
"tweet_text": "Heavily affected block after the #19S #earthquake is guarded by Mexico City PD and Mexican Army",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912210957308354560,
"tweet_text": "My heart breaks for the victims and for feminist group that was trying to bring attention to them,only to be met with abuse and ridicule. 1/",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912354322364604416,
"tweet_text": "Cristiano Ronaldo paid a touching tribute to Santiago Flores, a young fan killed in last weeks earthquake in Mexico.❤️",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910743978030489600,
"tweet_text": "@TOPLatinAmerica @RealGDT @DunLaura @topupdating @TOPMexicoClique @TioBlurryfake @european_clique @TheGermanClique @andaluciaclique @ArgentinaClique @ColombiaClique @TheCliquePilots @murcia_clique @pejvahdat could you please RT? Its to help the victims of the earthquake in Mexico. Please and thank you Im sorry if I bother.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910550158449840128,
"tweet_text": "@ESanders_10 @CenturyLinkCO Can you guys make something to help the people of Mexico, that were affected by the earthquake? @Broncos",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 912447339398406145,
"tweet_text": "@TwitterSupport this account is helping people to check structural damages after the earthquake in Mexico. People need his help.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 913860333713756160,
"tweet_text": "A great way to donate to help w/ #PuertoRico hurricane, Mexico earthquake, or both: #FuerzaPuertoRico #FuerzaMéxico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913144289764528128,
"tweet_text": "Messages of encouragement placed in an offering to the victims of Mexico Citys earthquake, on September 25, 2017 #AFP",
"class_label": "other_relevant_information"
},
{
"tweet_id": 913458667625881600,
"tweet_text": "Mexico Citys restaurants join earthquake relief efforts: My latest for @Eater #SismoCDMX #Sismo19S",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910814513947017216,
"tweet_text": "What to do after an #earthquake strikes your neighborhood? Here’re some tips from #Mexicos Official #MexicoEarthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910707718746513409,
"tweet_text": "Im gonna need a seismologist to explain why there hasnt been a single aftershock above 1.0 after the Mexico City earthquake.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910712547719942144,
"tweet_text": "RT @davidcoverdale: Our Thoughts & Prayers To All Mexico earthquake: more than 40 dead as powerful tremor rocks Mexico City .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910636731757559808,
"tweet_text": "A 7.1-magnitude earthquake hit Mexico on Tuesday, leaving hundreds of people dead and dozens missing. Live updates:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910622420817477632,
"tweet_text": "@TheMattEspinosa There was an earthquake in Mexico City the people are dying to fast #PrayForMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910537800289746944,
"tweet_text": "RT @webcamsdemexico: MT @ABC: Drone footage shows destruction in Mexico City caused by the 7.1m earthquake; :",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912137082168070145,
"tweet_text": "RT @abcnews: Small dog rescued from rubble six days after deadly Mexico earthquake {Photo: Reuters)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912325944681074690,
"tweet_text": "Donate here to help with Mexico earthquake relief 2Dὄ7ἿB @ElJuanpaZurita",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910681535572885506,
"tweet_text": "Spanish show Jugones emphasize the great & immediate response of society to help the victims of the earthquake in Mexico. @JugoneslaSexta",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911713817704271872,
"tweet_text": "Mexico struck AGAIN: 6.1 earthquake rocks country days after disaster killed nearly 300",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910525901766402049,
"tweet_text": "WATCHᾑ7#Dog rescued from collapsed #MexicoCity building after todays #Earthquake #HeroesἼ5#Mexico #Mexique #PetsὃE#YorkRegion #ElderAbuse #Nava",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910643385479815168,
"tweet_text": "Recovery Begins After Mexico Earthquake Kills Hundreds via @CNTraveler",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910611758657691648,
"tweet_text": "If you can help please do, there has been a lot of damage, and every bit of help is necessary",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 915066163608121344,
"tweet_text": "@tinadesai07 300 dies after earthquake in Mexico, 6 states with several damages Why this doesnt matter dear @tinadesai07 You have fans in Mexico ὢ2",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 912400817407299587,
"tweet_text": "Rock band Elefante, Hilda Solis to attend event to raise support for earthquake victims in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910727855084003328,
"tweet_text": "RT @tempusviators: Mexico Quake Kills 200; Scene of Anguish at School Disaster via @NYTimes",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911634008970334208,
"tweet_text": "Altro forte Terremoto in Messico 2D M 6,1 earthquake near Mexico occurred 3 hours ago ὣ3",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912000859780861958,
"tweet_text": "Our thoughts are with #Mexico as they recover from the Sep19 earthquake & those in #PuertoRico & the #Caribbean impacted by #HurricaneMaria.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910697086890467328,
"tweet_text": "I just found that a taquero in mexico is giving free tacos to the people in need from the earthquake. This is why i love mexico ὢ2❤️2D",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910573151213547520,
"tweet_text": "RT @PressTV: Building crumble down in Mexico City following powerful earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911655673502535681,
"tweet_text": "RT @nytimesworld: Mexico City has some of the best building codes in the world but enforcement is lax, as Tuesdays earthquake showed",
"class_label": "other_relevant_information"
},
{
"tweet_id": 913297757695365123,
"tweet_text": "Cops Rescue Stray Puppy Too Scared To Move After Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910654610779512832,
"tweet_text": "RT @USDpres: Our thoughts and prayers are with our friends, family members and alumni in Mexico City in the aftermath of the earthquake. @G",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914900524956360704,
"tweet_text": "RT @robinsnewswire: Death Toll From Earthquake In Mexico Hits 361, Some Still Missing #Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910550073100066816,
"tweet_text": "An earthquake happened in Mexico yesterday. There are broken glasses & a bit damages in my room but Im ok. Not the same for people at CDMX",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910553949010145280,
"tweet_text": "RT @astros: We send our deepest condolences to those affected by the earthquake in Mexico City. 2D",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911892837691772929,
"tweet_text": "2D E1Israeli rescue workers continue to work intensively at collapsed buildings in Mexico, trying to locate survivors of the earthquake.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910579377859026944,
"tweet_text": "RT @TravelGov: #Mexico: Earthquake reported in Mexico City. Monitor local news for more information.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 911907054964572160,
"tweet_text": "RT @RT_com: Magnitude 5.7 earthquake struck off the coast of Chiapas, Mexico - EMSC #MexicoEarthquake /",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910533413269995520,
"tweet_text": "RT @UrgentNews5: Today is also the anniversary of the 1985 Mexico City earthquake. So sad to see this tragedy happen again on the same day",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910807130747305985,
"tweet_text": "searching for survivors . at least 245 dead after earthquake in Mexico. @fox6wakeup 5 is on now",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911701877863133189,
"tweet_text": "IDF Search and Rescue Team Departs for Mexico after Deadly Earthquake | United with Israel",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911727447569133568,
"tweet_text": "RT @FeministaJones: Ways to help Mexicans post-Earthquake from a woman in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910524053521293312,
"tweet_text": "Rescuers search for dozens of children feared buried under a Mexico City school after earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910700727957377024,
"tweet_text": "RT @WorkingFamilies: Our hearts are with Mexico City. Here is a growing list of places to donate",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 914999482193920000,
"tweet_text": "@justinbieber Mexico has problems with the earthquake, so many people died and others dont have a house ὡ0ὡ3",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 913965154773151744,
"tweet_text": "RT @MikeElChingon: This is Frida, the Marina dog who saved 52 people after Mexicos earthquake. 1 RT = 1 pet",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910812499502608385,
"tweet_text": "RT @ninatypewriter: Effort to rescue Frida Sofia, the girl trapped in collapsed school after Mexico earthquake. WATCH LIVE:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910679808018751488,
"tweet_text": "you can help the victims of this deadly earthquake by donating to",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910534515910696960,
"tweet_text": "Latin American Herald Tribune - Taiwan to Send Rescue Teams to Mexico after Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911832316783337473,
"tweet_text": "RT @TheShadyFacts: Shawn Mendes donates $100,000 to the Mexico Earthquake Relief. ὉB",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910817169566502913,
"tweet_text": "Mexico City was built on land that’s prone to severe earthquake damage.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910567532376973313,
"tweet_text": "RT @stlucia: Our thoughts go out to everyone in Mexico who was affected by the earthquake. All the images are utterly heartbreaking",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910755868693721088,
"tweet_text": "220 confirmed dead in mexico earthquake Im dreading the second house search results",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910576706531950593,
"tweet_text": "RT @khaleegis: Another hurricane in Puerto Rico and another earthquake in Mexico ὡ6 please help us and help them ὤFἿC",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910641165564706816,
"tweet_text": "RT @DrakeBell: 48 reported dead in Mexico City after earthquake.I cant believe this. Praying for Mexico 2D",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910553444737368064,
"tweet_text": "RT @mlavinm: The earthquakes tragedy calls The best in us: the desire to help, of belonging to a community. I Love you, Mexico City.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913051331530821636,
"tweet_text": "RT @GbuckTeo: Please donate to help our Mexican and Puerto Rican friends! #MexicoEarthquake #PuertoRicoRelief",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912424911930630144,
"tweet_text": "RT @jica_direct_en: Japan Disaster Relief (JDR) Rescue Team was dispatched to Mexico in response to the damages caused by the earthquake.ht",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911683667189170178,
"tweet_text": "RT @vanevillela: My friends and I are holding a donation drive to benefit survivors of the Earthquake in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911902281007865856,
"tweet_text": "#BREAKINGNEWS: New #earthquake, a magnitude 5.7 #earthquake strikes, #Paredon, #Mexico. @USGS @USGSBigQuakes confirmed. #MexicoEarthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910615402530476032,
"tweet_text": "RT @cher: We ὤFἿB4 Those Suffering From Devastating Earthquake in Mexicoὢ5We AlsoὤFἿB4 Ppl Of Islands Who Suffer Catastrophic Damage Due 2 Hurri",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910643564845125633,
"tweet_text": "RT @Daminous_Purity: Sending thoughts & prayers to all our friends in Mexico and #Japan who are in the middle of bad #earthquake s. Be wel",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910571606564421634,
"tweet_text": "To donate via #Bitcoins for Mexicos earthquake relief you can do so using this address:1FsicrvMbarJNKVBcUDK1FVujSBs1U6UrZ",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910718564885192704,
"tweet_text": "@morethansport this is JOJUTLA in Mexico after the earthquake hometown of @irvingperezp PRO ITU athlete any help is welcome!!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910637605263376384,
"tweet_text": "I liked a @YouTube video Mexico Earthquake: Rescue operation ongoing for survivors as residents come out in",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911673611856920576,
"tweet_text": "Death toll from the earthquake in #Mexico on Tuesday is now up in 295. In a few places rescue teams are still looking for people alive.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910714582796312577,
"tweet_text": "RT @AshleyMGreene: My thoughts and prayers are with Mexico City. I cant and dont want to imagine the magnitude of a 7.1 earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910689480025161728,
"tweet_text": "Mexico Earthquake Claims at Least 248 Lives, Many Still Missing » Alex Jones Infowars: Theres a war on for your m",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911783172978987008,
"tweet_text": "RT @ajplus: After Mexicos earthquake shut down neighborhoods, bicyclists stepped up to navigate the streets and provide relief. .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913128433118478336,
"tweet_text": "The building of an insurance company remains surrounded by yellow tape following the last 7.1 earthquake, in Mexico City on Sept. 27 #AFP",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912111280403697665,
"tweet_text": "Cristiano Ronaldo has sent a heartfelt message to the family of a young fan killed in Mexico’s earthquake.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910580350895534081,
"tweet_text": "Sergio Perez has donated £125,000 to victims of Tuesdays earthquake in Mexico which has killed more than 200 people",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910557500826542080,
"tweet_text": "RT @AtibaHarris: My thoughts are with my brothers and sisters in Mexico who are suffering from the earthquake ὤFἿEὤFἿEὤFἿE",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913846890143387649,
"tweet_text": "RT @JusticetheSmith: the least I can do is signal boost this DONATE TO PUERTO RICO HURRICANE RELIEF & MEXICO EARTHQ",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910547600084013057,
"tweet_text": "Death toll in #MEXICO #Earthquake rises as citizens frantically look for the missing",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911739680953008128,
"tweet_text": "Omar Rodríguez Graham went out to help as fast as he could on Tuesday, right after the quake. #facesofsolidarity #earthquake #mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910571782737768451,
"tweet_text": "Check it out! I donated to Mexico Earthquake Relief #FuerzaMexico #PrayForMexico #Donate via @CrowdRise",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914235278285578240,
"tweet_text": "Police rescue dog from rubble in Mexico City nearly a week after 7.1-magnitude earthquake collapsed 38 structures.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910619144206381056,
"tweet_text": "Went out this morning to do some video of the Mexico City Earthquake Damage, look at the baby",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910708423930601479,
"tweet_text": "Another big #earthquake near Mexico yesterday, again big enough to be seen in my @raspishake in #Edinburgh",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910637376791179264,
"tweet_text": "RT @EricJJohnson79: Please take a look at this list of updated charities that are helping with disaster relief in Mexico. #mexicocity htt",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913089213071073280,
"tweet_text": "RT @rosame: @EecoGuille Praying for everyones safety in #Mexico #Earthquake . Hope you & near ones are safe.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910715801484840960,
"tweet_text": "RT @davidlongoria7: Prayers for #Mexico as they begin to recover from the #earthquake #GodblessMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912326672807899136,
"tweet_text": "A total of 324 persons have been confirmed dead after last weeks earthquake in Mexico. 186 of them died in Mexico City.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910683864372101121,
"tweet_text": "TO ANYONE CONSIDERING DONATING TO MEXICO CITYS EARTHQUAKE RELIEF PLEASE DONATE THROUGH PAYPAL AT donativos@brigada-rescate-topos.org @topos",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913412495196299264,
"tweet_text": "RT @NathanielParish: Heres my essay on recovery efforts in Mexico City and what its like living in an city threatened by earthquakes http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 910634324793290753,
"tweet_text": "RT @TUSK81: Christian, a medical student: It’s very characteristic of the Mexican people: We stand together.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910770903343972352,
"tweet_text": "Mexico City Sport Director Says No Major Damage to Estadio Azteca in Earthquake - Bleacher Report #2Dtodosuno!",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 912045521308708864,
"tweet_text": "RT @najjar_samaan: OCA Diocese of Mexico assessing earthquake damage in parishes, missions | A Russian Orthodox Church Website",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910724719573213184,
"tweet_text": "@siwonchoi May you do something for Mexico? Yesterday a earthquake if 7.1 destroy a lot of buildings #PrayForMexico",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 910638525346750464,
"tweet_text": "RT @Number10gov: My thoughts are with everyone affected by the devastating earthquake in Mexico. The UK is ready to support in any way that",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912374871673462784,
"tweet_text": "RT @ELCALDR: As Mexico earthquake survivors heal in hospitals, rescuers aren’t giving up in the search for others",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910559002286637056,
"tweet_text": "2D we need any help @thereadyset @CameronWalker @mikenaran @WEARENEKOKAT",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910785046805704704,
"tweet_text": "Person Rescued After Mexico City Factory Collapse During Earthquake. Credit – Twitter",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910643055421644800,
"tweet_text": "RT @EsportsArath: Would you guys help if I did a donation stream for Mexico? Maybe a charity tournament. We really need your help after t",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912394831401385988,
"tweet_text": "Oh happy day! Dog pulled out of rubble alive six days after earthquake hit Mexico via @nypost #MexicoCItyEarthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 914666000825634816,
"tweet_text": "Help the Olivares rebuild Help my Pastors rebuild their home that was damaged in the Mexico City earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910680669767872513,
"tweet_text": "chris studies medicine in mexico n is asking for donations for medicine because of the earthquake!! anythin helps!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911801759848218625,
"tweet_text": "RT @SalHernandez: After deadly earthquake people in Mexico trust group of civilian volunteers known as Topos Azteca more than the navy http",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912358205426106373,
"tweet_text": "RT @RepKinzinger: My thoughts and prayers are with the people of Mexico City & with all our friends in Mexico following this devastating ea",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912420269804982272,
"tweet_text": "RT @MichiganRoss: Ross MBAs are helping raise money for victims of the earthquake in Mexico:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910695149587521536,
"tweet_text": "If you are interested in donating to a México Earthquake Relief Fund please consider Christian ministry World Vision",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910656076378513408,
"tweet_text": ".AntonioGuterres extends his condolences to Government & people of Mexico following the earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910693964990287872,
"tweet_text": "Keep these in your prayers tonight: - Earthquake in Mexico - Flooding in India - Hurricane Maria in Caribbean & Puerto Rico #FuerzaMexico",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910713930254835712,
"tweet_text": "RT @BetteMidler: Earthquake in Mexico devastates huge area & killed numbers that keep climbing. Deepest sympathy to all; especially those",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910646396562362368,
"tweet_text": "RT @rbcamartinez: Praying for everyone affected by the earthquake in Mexico City ♥️",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910619312280371200,
"tweet_text": "To help the millions suffering from the Mexico Earthquake, please enter here to donate to help rescue missions",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911700055253557248,
"tweet_text": "At 1st sight, a homeless family on the streets. In the background, a group of people donating goods for the earthquake victims in Mexico",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912294025658544129,
"tweet_text": "RT @anttentionmedia: Mexico Earthquake, Building Collapse when hit by 7 1 Magnitude Earthquake: via @YouTube",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911770764973531136,
"tweet_text": "We wish the best to those who where affected by the Earthquake in Mexico and to those who are saving lives #FuerzaMexico #MexicoFuerte",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911784626691047424,
"tweet_text": "RT @JonRiley7: The THIRD major earthquake in a single month just hit Mexico. Please donate to @SaveTheChildren’s relief efforts: .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910563180245479424,
"tweet_text": "19/11/1985:M 8.1 earthquake obliterates Mexico City, killing over 30K people 19/11/2017:M 7.1 Earthquake kills over 250 people in 4 States",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910625155235246080,
"tweet_text": "JUST IN: @POTUS spoke with Mexicos Pres. Peña Nieto today after yesterdays earthquake, offering assistance which are now being deployed",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912214867800723457,
"tweet_text": "Contribute to #MexicoEarthquake Recovery Fund to support medium and long-term rebuilding needs:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914739578480812032,
"tweet_text": "RT @jameslfredrick: My story about the incredible team at #verificados19s @verificado19s coordinating earthquake aid in Mexico",
"class_label": "other_relevant_information"
},
{
"tweet_id": 910629838997688320,
"tweet_text": "RT @CBetanzosT: #Mexico #mexicoearthquake #EarthquakeMexico #earthquake You can #Help",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910610900515778560,
"tweet_text": "This makes my heart hurt. I cant imagine what the families of these kids and everyone affected are feeling",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913437799877156865,
"tweet_text": "Israeli earthquake rescue team heads home saying their mission in #Mexico has ended. @cgtnamerica",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914820745024430081,
"tweet_text": "500 potentially damaged structures in Coatetelco, Miacatlan Municipality, Morelos State, Mexico #Mexicoearthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 911828801600057344,
"tweet_text": "RT @BeyondType1: How to Help T1Ds Affected by the Earthquake of Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912066612756221953,
"tweet_text": "#REWIND: Rescuers rescue a girl trapped in the rubble of her #earthquake collapsed school in #Mexico. #FOX35",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912042600974008320,
"tweet_text": "(3/3) Make a gift to our International Disaster Relief Fund to help animals affected by this & other disasters ὤF:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913359867880067072,
"tweet_text": "Bolivia Sends Humanitarian Aid to Mexico After Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911722238193303553,
"tweet_text": "Frida ,The Hero Dog, Saved 52 People In Mexico Earthquake via @9gag",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 915076822756466690,
"tweet_text": "Mexico’s ’85 Earthquake Didn’t Start a Revolution - Essay - Zócalo Public Square",
"class_label": "other_relevant_information"
},
{
"tweet_id": 912950828239122432,
"tweet_text": "RT @Paralympics: #FuerzaMexico: Athletes from Mexico have been helping to provide aid for earthquake victims. 2D",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912165038512734209,
"tweet_text": "What makes me sick is Congress has blatanly ignore fact that citizens of Flint MI still dont have clean & safe drinking water. HELLO!!!ὡFὡFὡF",
"class_label": "not_humanitarian"
},
{
"tweet_id": 912087005554630656,
"tweet_text": "Rodeo event to raise money for Mexico earthquake recovery efforts (Mitch Dudek/Chicago Sun-Times - Entertainment)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910560481097613312,
"tweet_text": "RT @cnni: Dozens were killed in a powerful earthquake that rocked Mexico City and surrounding states",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 914507343068512259,
"tweet_text": "RT @michaelsky12: @MilitaryEarth ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6ὃ6 This is Frida, she has saved 53 people so far in Mexicos Earthquake.ὃ6ὃ6ὃ6ὃ6ὃ6",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913024801840570368,
"tweet_text": "People are sleeping in the street, in the rubble, in the rain. So we need housing now",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 912395720862269441,
"tweet_text": "RT @TUSK81: In Mx, brigades of volunteers, young and old, wander about on foot and on bicycles offering food, clothing, water. .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911679253585985536,
"tweet_text": "Children need to play. We’re providing fun and games on the streets of Mexico City for kids made homeless by the #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910683021447118848,
"tweet_text": "Microsoft helps families of earthquake victims with free Skype calls to Mexico (Brian Fagioli/Betanews)",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913594486592360448,
"tweet_text": "RT @Metro_Ents: Kim Kardashian-West donating proceeds from Vogue Mexico cover to Earthquake victim charity",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914636426779664384,
"tweet_text": "RT @justinbaldoni: If you are in LA on Oct 3rd- @BluJamCafe is donating 20% of all proceeds to the #mexicoearthquake relief fund.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912108822746955777,
"tweet_text": "RT @HNSMX: @Totalbiscuit Frida, a better picture. The hero who saved many lives from Earthquake rubble in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 915073998735556608,
"tweet_text": "Welcome to Thailand Ambassador Meir Shlomo, and thank you again for Israels rescue mission after the terrible earthquake in Mexico City",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910704576805908482,
"tweet_text": "RT @PoojaVJoshi1: Sad to hear about Mexico Earthquake..prayers for all the families in Mexico #MexicoCityearthquake #PrayersforMexico #pray",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910541799315214336,
"tweet_text": "as you may know, Mexico has been hit by another earthquake. below i will put some information, any donations are welcome!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911954871724707842,
"tweet_text": "Frida, the rescue dog who is helping search for survivors following a series of earthquakes in Mx. #MéxicoFuerte",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911725467174096896,
"tweet_text": "RT @MattJCutshall: Anyone else able to help the victims of the earthquake in Mexico you can donate here ❤️",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912149268449955841,
"tweet_text": "RT @NatGeo: Todays quake in Mexico comes exactly 32 years after a massive earthquake left thousands dead in 1985",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911623338140864513,
"tweet_text": "Earthquake Relief Helicopter Crashes in Mexico, Kills One",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 912214828093128704,
"tweet_text": "RT @EladRatson: VIRAL NOW! Demand 4 women & men of #IsraeliE1 rescue team in #Mexico2D exceeds beyond #MexicoEarthquake survivors ὠF",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 912397469404860416,
"tweet_text": "RT @ajplus: UPDATE: The death toll from last week’s 7.1 magnitude earthquake in Mexico has climbed to 320.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 911650470015496193,
"tweet_text": "RT @Nearsoft: You can help the people of Mexico City to get back on their feet! Click to donate",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 911812022295306240,
"tweet_text": "@envidiadetodos @alynmon @SilviaCarlova @TelevisaApesta_ @Paul_Pellon @soyNorma__ @hekglez @CaradeMarciano @adiazpi @Angelik9091 @canallasforever Y es por eso que: Mexicans arent counting on the government to rescue them. Theyre saving themselves",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910717444628598784,
"tweet_text": "RT @KhamakarPress: Top story: Where to Donate to Mexico Earthquake Victims , see more",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913395321119449088,
"tweet_text": "RT @GovPressOffice: Proud of the Californians assisting w/the #MexicoEarthquake recovery efforts.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913382005332525056,
"tweet_text": "#TEAMRIGO AKA #teamRocket stricks again doing some community work with my 2 AOY candidates. Helping our fellow brothers in mexico earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910708636309213185,
"tweet_text": "Information on How to Help The Victims of The Mexico Earthquake if You Are in #CostaRica",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 914028740392431616,
"tweet_text": "An excellent gesture ὄF @FCBarcelona and UNICEF donate 200,000 euros to earthquake victims in Mexico ὄ9",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910734009386151936,
"tweet_text": "USA sending elite team to aid in Mexicos earthquake aftermath. Thank you USA! #fuerzamexico #vivamexico #usamexico #brothers",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910814489905307648,
"tweet_text": "RT @YingjueChen: If youre trying to find verified donation orgs for Mexico City Earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910564068985004032,
"tweet_text": "@GearsofWar take out packs to help Mexico by the earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910701306465148930,
"tweet_text": "RT @thelatintimes: . @salmahayek and @anabrendac are determined to help Mexico after the earthquake. This is how you can join them!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910586436608442368,
"tweet_text": "@Oatmeal Can you help us with a RT Mexicos Earthquake",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910752384216895488,
"tweet_text": "RT @ditmirbushati: Huge earthquake hits #Mexico. My thoughts are with the victims and all those affected by the devastating earthquake!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911683365153239041,
"tweet_text": "RT @nowthisnews: This rescue dog is working hard to find survivors of Mexicos deadly earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910621463920734208,
"tweet_text": "RT @CharlieDaniels: Just read that the death toll in the Mexico earthquake is 200 They need our prayers.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910525465571373056,
"tweet_text": "Hep Mexico’s Earthquake victims. Donations to Topos on PayPal",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910616134356934657,
"tweet_text": "RT @nytimes: Here is a list of local and international organizations that are providing aid to Mexicos earthquake victims",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910715616755150849,
"tweet_text": "RT @juanzavaleta: Rescue crews rush to search collapsed buildings after Mexico earthquake via @YouTube",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910573063560871937,
"tweet_text": "Sending love + prayers to our neighbors + friends in Mexico City Here is a list of charities helping in the relief #MexicoCity con amor ♥️2D",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910566830497947648,
"tweet_text": "RT @mcantu06: Video captures building exploding after a 7.1 Earthquake strikes Mexico City. Please pray for Mexico.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 913104301089734656,
"tweet_text": "If you are interested in donating to help the victims of the earthquake in Mexico and Hurricanes Harvey, Irma and",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910558547166978048,
"tweet_text": "Our hearts are with everyone impacted by the earthquake in Mexico City, and our thoughts are with our partners @Aeromexico as well.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 911709367099170816,
"tweet_text": "Mexico City was hit by yet another 6.1 #earthquake. Luckily I didnt feel it. I believe I did feel a wimpy 5 aftershock yesterday. #temblor",
"class_label": "caution_and_advice"
},
{
"tweet_id": 910613706630762497,
"tweet_text": "Mexico earthquake kills at least 25, mostly children, at school: @Miguelnbc will have more on @NBCNightlyNews.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 910725622065799168,
"tweet_text": "RT @JustJared: Salma Hayek just made a major donation to the victims of Mexicos earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910547166090760197,
"tweet_text": "RT @AmericanAir: Our thoughts are with those affected by the earthquake in Mexico City. Travel options are available:",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910695908332920833,
"tweet_text": "RT @karen_berg_: Sending prayers to all affected by the earthquake in Mexico. I hope you will join me. Through our unity may the heavens he",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 912430421543198720,
"tweet_text": "RT @diegoluna_: Please join!! Lets help those in Mexico who lost everything after the earthquake. Check out",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 910584158602199040,
"tweet_text": "RT @mashable: Heres how to help Mexico City after yesterdays deadly earthquake:",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 910766780079050752,
"tweet_text": "RT @hyungwonope: [news articles] MONSTA X winning speech we will pray for Mexico and pray for the recovery from the earthquake. /",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 910780771429945344,
"tweet_text": "Race To Save Mexico Earthquake Survivors Continues",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 913198802772856832,
"tweet_text": "RT @XHNews: Chinese community members in central #Mexico launches fund drive for earthquake victims",
"class_label": "rescue_volunteering_or_donation_effort"
}
] |