Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
License:
File size: 110,589 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 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 |
[
{
"tweet_id": 1176499528834473984,
"tweet_text": "RT @teepusahab: Situation in Mirpur Azad Kashmir after the #earthquake Hope people are safe there",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176514152975781889,
"tweet_text": "Ὁ4Our prayers and thoughts with the people affected by the #earthquake in different parts of Pakistan We pray for everyone’s safety and extend our support to the countrymen #StayStrong 50",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176499649429028865,
"tweet_text": "RT @fatalcase: Everybody stay safe! Ya Allah Reham. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176541098099036162,
"tweet_text": "When Modi brutality + his autocracy-fear wasnt enough, this natural calamity Thoughts are with Azad Kashmir and Jammu Kashmir. This too shall pass. IA! GOP, who is still nowhere, must accelerate its efforts. #Earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176515136128978945,
"tweet_text": "Pak reactivated Balakot camp which IAF destroyed post-Pulwama: Army chief. #pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176493912162209792,
"tweet_text": "Please share this with your friends and family. Stay safe and happy. Earthquake is a disaster. Pray to God. God bless us. #earthquake #Pakistan #azadkashmir #Lahore #Karachi #Peshawar #Quetta #Islamabad #muzaffarabad #BreakingNews",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176465598651469825,
"tweet_text": "Road broke down due to #earthquake near Sarai alamgir.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176567364617408513,
"tweet_text": "RT @vijaita: Tremors felt in Srinagar also. No further information available yet #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176919719443611655,
"tweet_text": "We commiserate with the families who have lost their loved ones, or suffered heavy damages in the #earthquake felt in different regions of Pakistan yesterday. Our prayers are with the victims and their families. May Allah keep everyone safe. #NUST #MirpurEarthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176785958097838081,
"tweet_text": "Several people died and many more injured in #earthquake but #firdousashiqawan is cracking jokes . Shameful and disgusting!ὢ0 She should be sacked.. Khan Sahab Get rid of these jokers around you ASAP. #firdousashiqawan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176522990114279424,
"tweet_text": "Very Sad to Learn About EarthQuack in islamabd and Specially in AJ & K May Allah rest the Departed Souls Ameen #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176567384490106880,
"tweet_text": "sucha tragical #earthquake may Allah keep us all safe Ameen #AzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176475765279481861,
"tweet_text": "Roads were cracked and houses were damaged in parts of #azadkashmir by this afternoon #earthquake that jolted #Pakistan and #India.? The intensity of the earthquake was reported at 6.1",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176497120301461510,
"tweet_text": "Powerful #Earthquake in #Pakistan administered #Kashmir City #Mirpur Initial Report 50 injured one dead road badly damaged many card and buldings Damaged",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176496672937009153,
"tweet_text": "AssalamOAlaikum. Hope Inshallah everyone will be okay after the 5.8 #earthquake in Pakistan/Mirpur. May Almighty keep all of us in His protection! Aameen If you still watching or thinking to watch porn, then consider it as a warning sign from your Maker!!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176528249171656705,
"tweet_text": "Allah plz have mercy and compassion on us all, particular on our Kashmiri Brothers, who are already in bad conditions.. #earthquake #KashmirWantsFreedom",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176706520744124418,
"tweet_text": "Thoughts and prayers go out to all those affected by the earthquake. Heart wrenching images coming in from Azad Kashmir. May Allah keep everyone safe. #earthquake #AzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176495044418789377,
"tweet_text": "RT @fafa_barry: Praying for people living in different areas of Pakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176494891809087488,
"tweet_text": "19 People Dead and More than 100 Are InJured So Far In AJK ὡ3 #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176950336415813632,
"tweet_text": "#Turkey and #Pakistan are in. One page for #KashmirNeedsAttention #Kashmir #KashmirStillUnderCurfew #KashmirBleeds #KashmiriAmbassadorAtUN #KashmirWantsFreedom #Kashmiri #Kashmiris #KashmirStillUnderCurfew51Days #kashmiriswillnotsurrender .love you #imrankhanPTI and love you",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176578864434286597,
"tweet_text": "ISPR releases damage assessment of earthquake based on aerial & initial physical survey @OfficialDGISPR @peaceforchange #earthquake #Mirpur",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176557219543965698,
"tweet_text": "#earthquake Please pray for World pray for peace ❤️ #earthquakepakistan #EarthquakeAlert #Lahore #AzadKashmir #Kashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176475746191196165,
"tweet_text": "Chairman @ndmapk tells #HumNews atleast 50 injured in Kashmir #Earthquake according to initial reports.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176562819430531072,
"tweet_text": "My thoughts and prayers for the victim families . May Allah keep everyone safe . #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176468519145394178,
"tweet_text": "RT @SherySyed2: #Pakistan after Magnitude 5.8 #Earthquake Emergency declared in Azad Kashmir Road in #Mirpur, #AJK",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176795832286363648,
"tweet_text": "Only #Turkey got guts to talk in the face of brutality for the #Justice for suppressed specially #Kashmir as #KashmirBleeds under #Terrorist regime of #RSS and #Modi. #ModiTrumpDosti exposed the #Fadcist alliance against #Muslims and only alliance of #Pakistan with Turkey , #Iran",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176510709624184833,
"tweet_text": "RT @Adil41161724: Is the #earthquake a signal to us from Allah!! Prayers for the well being of the effected people.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176477900054437889,
"tweet_text": "Prayers for survivors and those who lost their lives during this #earthquake in #AJK. May Allah have mercy on everyone.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487815896588289,
"tweet_text": "Praying for all those affected by earthquake in AJ&K and parts of Pakistan. Stay strong. ᾓ2 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176502309720924160,
"tweet_text": "Latest #Jehlum #earthquake May Allah protect and save .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467833749954560,
"tweet_text": "#earthquake Roads, cars, and buildings affected by the earthquake. Around 50 people injured. One woman is reported to have died.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176470440199577600,
"tweet_text": "please dont forget to pray for our brothers and sisters in Indian occupied Kashmir, they are under a communication black out.. they cant even get first aid as they are under a curfew #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176524977262202881,
"tweet_text": "May Allah Protect Every One #earthquake #mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176516666861264898,
"tweet_text": "Please guys join me in making Dua for our brothers and sisters in Pakistan,they have been struck by a devastating earthquake, may allah Protect them, heal the injured and have mercy on the dead Amiin #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176491535896076289,
"tweet_text": "@imMAK02 @PMOIndia Here Pakistani Kashmir Right Now I pray that Occupied Kashmir is safe ὤF #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176519110752186368,
"tweet_text": "RT @nishant4_king: Who is the best planner now??? Hope somepeople may be innocent. But #PKMKBForever Waiting for the best. #earthquake http",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176507480538583040,
"tweet_text": "20 deaths , 300+ injured, due to limited capacity, administratorion has arranged mattresses in parking area of DHQ Mirpur to facilitate maximum injured people. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176689267466211339,
"tweet_text": "May ALLAH protect all of us, our homeland, our city, our MIRPUR #Mirpur #minilondon #AzadKashmir #Pakistan #mirpurearthquake #meramirpur #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176528170780168192,
"tweet_text": "____drunken state, yet they will not be drunken, but severe will be the Torment of Allah. (Surat Al-Hajj) #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176465654318346242,
"tweet_text": "Earthquake in major cities including Sialkot, Lahore, Islamabad and Rawalpindi & Kashmir. Stay safe people. May ALLAH bless us all. Ameen. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176577880555474944,
"tweet_text": "RT @Glitterypixy: I hope my Indian occupied kashmir frnds are safe . #earthquake Modi Hitler has jailed iok civilians from last 51 days .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176474194541993984,
"tweet_text": "#earthquake in various parts of kashmir and Punjab. Stay safe everyone. Try to remain in an opej space.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176486603453284352,
"tweet_text": "Earthquake jolts the Northern parts of Pakistan. May Allah protect everyone. #earthquake #azadkashmir ὢD",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176587963997851649,
"tweet_text": "Sadden to know about earthquake and lost of precocious lives may Allah rest their souls in peace and pray for soon recovery of injured. #earthquake #EarthquakeInPak.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176525251821408257,
"tweet_text": "At least 19 people were killed, over 300 injured in Kashmir #Earthquake and PM Imran Khans adviser on information and broadcasting is cracking jokes.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176534453692354560,
"tweet_text": "So far, 20 people have been killed and about 300 injured. Rescue teams of Pak Army arrive in the affected areas for operation. Rescue operations continue Or, may Allaah have mercy on him #Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176497947741216769,
"tweet_text": "#EarthquakeAlert, Pakistans #Mirpur earthquake death Toll rises 19. With Over 300 injured, Says SSP Mirpur #EarthquakeInPakistan #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176482769754607617,
"tweet_text": "ALLAH SWT is definitely unhappy with us, we are just abusing each other, not respecting/taking care of each other, v involved in all bad habits. Muslims being badly tortured killed but their Muslim brothers not helping them rather helping culprits so it’ll happen #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176482556470091776,
"tweet_text": "Alhamdullilah! My family is safe, but panic in Kashmir due to communication blockade. Reports of property damage is true but no casualty sofar. Prayers for all! #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176722275980206080,
"tweet_text": "If IOK Isnt Affected Show It ?? #Mirpur #azadkashmir Has Been Shaken By The #earthquake Also #JammuKashmir So Lift The Communication Blackout So People Can See What The Reality Is #India May Allah Protect All My Prayers With #Pakistan .. Was Felt All Over #earthquake #UNGA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176514729755516928,
"tweet_text": "BREAKING: 8 people have died and over 100 injured in a 5.8-magnitude #earthquake in northern #Pakistan. Please support the Government of Pakistan (@pid_gov) for rescue and relief efforts in this hour of crisis @DFID_UK @JoannaReid_DFID @TomDrewUK",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176968712169119752,
"tweet_text": "The world is planning its future with the help of #Technology and then there is #Pakistan & #India who cdnt solve the #Kashmir dispute till date !",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176475947081641984,
"tweet_text": "#BREAKING One dead, several injured in 5.8 magnitude #earthquake near Jhelum, Reuters quotes government official",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176519671979413505,
"tweet_text": "RT @RadioPakistan: 19 killed, hundreds injured as massive #earthquake rocked Mirpur area of Azad Kashmir .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176484850217435136,
"tweet_text": "According to rescue officials at least 06 people died and over 100 are injured after the 6.3 magnitude #earthquake hits #Ajk #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176515408276393984,
"tweet_text": "Special assistant to PM on information @Dr_FirdousPTI says #earthquake is a sign of anxiety in the land of #Pakistan in digesting the change of #PTI.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176468197639446528,
"tweet_text": "Felt earthquake in Lahore, Alhamdulillah we are safe.shocked to see news of damage due to earthquake in Mirpur as u never know when you are going to die. #earthquake #Lahore",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176471973574139905,
"tweet_text": "Ajk and isb Plz stay safe Allah bless us all #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176468555166081024,
"tweet_text": "It was a massive earthquake, I used to be so scared when everything was moving around, I wish everyone would be fit & fine, My thoughts & prayers are wd the peoples of AJ&K every injured have a sooner recovery, May Allah SWT bless us from tremors & natural disasters. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177018454794297344,
"tweet_text": "AJK PM visits earthquake affected areas, reviews relief efforts. #pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176541103748734976,
"tweet_text": "And We sent not the signs except to warn, and to make them afraid (of destruction). [Al-Quran 17:59] #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176605398050254848,
"tweet_text": "RT @maXes_MB: Devastating #earthquake in Azad #Kashmir, prayers for safety of Kashmiri brothers and sisters ὤFἿB",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176543904008691713,
"tweet_text": "Prayers for the ones who lost their lives due to #earthquake in Azad Kashmir. May Allah Almighty grant early recovery to the injured and protect #Pakistan from the destruction of such calamities.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176531704397406208,
"tweet_text": "RT @IamMafiaa: May ALLAH forgive us and Protect us, Be Safe Everyone. Pls recite Surah Zilzal. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176479390798008320,
"tweet_text": "RT @AbdulM0eed: More devastating views coming from AJK. More than 100 injured so far. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176503793208451077,
"tweet_text": "RT @21_Myna: No electricity, no net service. Please pray for us Mirpur Kashmir #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176584692646207490,
"tweet_text": "Prayers for all those affected. It’s terrifying to imagine what might’ve happened on the other side of the border—the side that can’t even send a quick text to their loved ones to placate their frayed nerves & let them know that they’re okay. #KashmirStillUnderCurfew #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513301213253634,
"tweet_text": "RT @falamb3: Number of deaths has now climbed to 38 and 700 injured. Let us all pray this number does now climb any further. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176739301142552576,
"tweet_text": "At least four people were killed and more than 70 sustained injuries as 5.8 magnitude #earthquake rattled #azadkashmir and other parts of Pakistan, sources said. #زلزلہ",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1177147585812926464,
"tweet_text": "@ImranKhanPTI please also nominate yourself as an ambassador of Karachi and help to approved Article 149 in NA to free the 20 Million People from Corrupt Local Govt. Like Kashmir Karachi is also need attention #Karachi #Pakistan @PTIofficial #article149 @Khi_Alerts @PTI_KHI",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176525120510341120,
"tweet_text": "Army Chief directs troops to participate in rescue activities in earthquake-hit areas Pakistans First Internet Channel Watch More: #Earthquake #ArmyCheif #PakArmy #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176546343407497216,
"tweet_text": "Pakistan #earthquake update; death toll now stands at 26 people. The Most damage was in an area between Jhelum and Mirpur.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176540160684679168,
"tweet_text": "Just heard about the #earthquake and Wallah, these pictures of shattered poles and roads are so horrifying. Earthquake indicates nothing but Allah SWTs wrath and its high time we start reconsidering our religious obligations and values. May ALLAH SWT have mercy on us. ὤFὡ4ὢD",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176495596405952512,
"tweet_text": "The flow of water from Mangla Dam has been stopped due to an #earthquake. This may lead to 4 hours of load shedding. 4 dead & more than 120 injured in #Pakistan. #azadkashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176553504573444103,
"tweet_text": "Thank you @ndmapk for issuing following earthquake aftershocks alert Ὢ8. #Earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176502881991741440,
"tweet_text": "Please pray for Mirpur Azaad Kashmir ὤFὤF #earthquake #Mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176508785793388550,
"tweet_text": "We dont know what happened to the poor people in #IndianOccupiedKashmirhow many are dead or injured or need helpIndia MUST #LiftTheSiegeInKashmir #earthquake #Mirpur",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176877436367233025,
"tweet_text": "Minister for Interior Ijaz Ahmed Shah took briefing on relief & rescue operation after #earthquake #APPNews @MOIPakistan #Mirpur #AJK #jatlan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176561356864143361,
"tweet_text": "Hardly been a few hours since the EQ and she wants a briefing! It takes time to gather all the info from far flung areas deep in the hills.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176551664528048132,
"tweet_text": "At least 20 people have been killed and more than 300 injured after a magnitude 5.8 earthquake rattled Pakistan-administered Kashmir and areas in Punjab province #kashmir #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176492668089749504,
"tweet_text": "RT @K_Zaidii: Unexpected heavy #Rain in Karachi & then #earthquake in different cities.. May Allah keep everyone safeᾓ2ἿB #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176546196946636805,
"tweet_text": "Prayers and duas for all those affected by the #Earthquake in Pakistan. May Allah keep us all safe. Ameen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176499031083757568,
"tweet_text": "Deeply concerned as a major #earthquake hits Azad Kashmir so close to the surface causing massive destruction in its wake. Prayers for the deceased souls and may Allah protect us all from such calamities. Ameen.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176523768384106497,
"tweet_text": "Prayers & thoughts are with the #earthquake victims and their families.May Allah give them strength to bear the loss & keep everyone safe and sound Ameen.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176509797769912320,
"tweet_text": "Life is unpredictable. Dont forget your last destination. May Allah protect every one from Natural Disasters. Ameen❤️ #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176574785037488128,
"tweet_text": "The road that runs alongside the Jatlan River canal, from Chachian to Jatlan have bben destroyed, causing numerous causalities & chaos. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir #Earthquake2019 #SOS",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176511419317198850,
"tweet_text": "Deeply saddened to hear about the loss and destruction due to #earthquake in different parts of the country Including Azad Jammu Kashmir, Punjab & Khyber Pukhtoonkhwa. We stand by the grieved families in this hour of pain.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176498179497443329,
"tweet_text": "Cause Im praying for rain and Im praying for tidal waves. I want to see the ground give way. I want to watch it all go down. Mom, please flush it all away. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176469371725778945,
"tweet_text": "#earthquake: four dead, 76 injured in AJK as quake jolts various parts",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511139758399488,
"tweet_text": "Thoughts and prayers with our brothers and sisters in Kashmir. #earthquake May Allah protect everyone and bring a fast recovery to those injured.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480178979164164,
"tweet_text": "Hope all #Islamabad friends are safe #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176896717008113664,
"tweet_text": "How many more earthquakes do we need to realize that buildings in seismic zones need special construction? Whatever happened to the model houses built after 8th October, 2006 earthquake? #AzadKashmir #poorplanning #disaster #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176789875472904192,
"tweet_text": "#SAPM for Information & Chairman #NDMA Lt General Afzal addressing a Joint press briefing at Quake effected Jatlan Village at Mirpur AJK. Total 24 deaths, 450 injuries include 80 severely injured, over 400 houses damaged. #earthquake #EarthquakeinPakistan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176588703273226240,
"tweet_text": "Received these deadly pictures of #earthquake at azad kashmir..stay safe everyone. Prayers! But we dont know what happened at occupied kashmir, as there no internet, no mobile service, no any communication. Things would have gone wrong there as well, but we know nothing.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176570144228880391,
"tweet_text": "Prayers for all those affected by today’s #earthquake in #Pakistan. Ya Allah please protect us all and forgive our sins. Aameen.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176533073099468807,
"tweet_text": "@MurtazaViews i guess when she spoke these words she did realize how immense destruction this #Earthquake has done in some cities. she might thought its just routine small earth quake,, which ll not cause any harm.but she should always be careful about her words especially on these accessions.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176521678916112384,
"tweet_text": "Ya Ghafoor ur Raheem Ya Ghafoor ur Raheem Ya Allah forgive our sins nd blessed us all . Ya Allah make this rain a rehmat nd eases the hardships of the earthquake victims. #KarachiRain #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176530746485460994,
"tweet_text": "Rashid Hussains mother is appealing @UN and other humanitarian Organizations to save her son and save his life. #RashidHussain was abducted by the #UAE #Pakistan after missing more than sex months. @Advjalila @QadeerMama #SaveRashidHussain",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176496560064159744,
"tweet_text": "AJK #Earthquake - Update - 19 killed - 300+ injured - 200 houses damaged - #ManglaDam & Power is safe #EarthquakeInPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176466221765730307,
"tweet_text": "As the epicenter of the earthquake is Jehlim and it has made large destruction in Azad Kashmir Mirpor area, Govt organisation and Non Govt volunteer need to reached the effected area before it too late. #earthquake #Pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176818047035813889,
"tweet_text": "#Pakistan faces a gas crisis during winters each year due to mismanagement of oil and gas supplies. In the absence of a strong policy in this connection, the country will once again witness severe gas shortages in the peak winter season.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176513703036030976,
"tweet_text": "5.8 magnitude #earthquake in Jehlum and Azad Kashmir Pakistan. Stay safe everyone",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176488766229188608,
"tweet_text": "Updates: Over fifty injured, around two dozen houses damaged in a few villages of Mirpur & other parts of #AJK. #StoryIsDeveloping",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176822417794224128,
"tweet_text": "Earthquake affected various parts of AJK, did it hit the other side of kashmir(IOK) too? #earthquake #EarthquakeinPakistan #earthquakeinindia",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176807040334868483,
"tweet_text": "Earth Quake Chaos (September-24th- 2019) Mirpur AJK Our teams on survey spotted multiple families in sector D-3 Mirpur AJK outside their residence in a dire need of food, shelter & aid. Donate Now: #pakistan #earthquake #MuslimHands #Kashmir #SOS",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176725900093788161,
"tweet_text": "May Allah protect us of every problem!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176514521172779008,
"tweet_text": "RT @nadeemmalik: #Earthquake 10 dead, 100 injured: NDMA #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176464924912037889,
"tweet_text": "Never experienced such a powerful #earthquake. Still shook! Hope everyone is safe!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176573628131028992,
"tweet_text": "#Pakistan #India #Afghanistan Mostly In #Kashmir & #azadkashmir This #earthquake Was Felt It Was Felt In All The Region Mostly #Kashmir Both Sides Well May Allah Protect All Please Wake Ur Souls Ὁ4 #earthquake #UNGA",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176730899620225024,
"tweet_text": "An #earthquake of magnitude 5.8 shook northern Pakistan on Tuesday, killing one person and injuring 50, #Pakistan government officials said.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176688047318024192,
"tweet_text": "Raining Ὁ6 Gd Morning50Ὁ5 May Allah Protect Our Beloved Country Aameen. Prayers For Those Who Got affected by #earthquake Yesterday.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176503311912058882,
"tweet_text": "One person was killed, while 50 were wounded as a 5.8 magnitude #earthquake jolted several cities and #northernparts of #Pakistan on Tuesday afternoon. Read more:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176544903935012868,
"tweet_text": "Earthquake A warning from your God #earthquake May Allah save all Muslims",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176597092682412039,
"tweet_text": "Despite all this our teams are currently engaged as the response to neutralize the situation, even though we serve to help in situations like these but we didn’t anticipate such disaster. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176563458470551556,
"tweet_text": "Strong earthquake - Pakistan - September 24, 2019. #pakistan",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176859930281873409,
"tweet_text": "Earthquake victims will be taken care of in every possible way. #Earthquake #qamarjavedbajwa #FutureTV",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176565845713199106,
"tweet_text": "Thoughts and prayers for victims ../ stay safe pakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176902745523200000,
"tweet_text": "@jytkoul @AamnaFasihi @suhasinih Why India not allowing @hrw to go to #Kashmir? #Pakistan took team of international journalists to #Balakot, #India can also take a team of international journalists to #Kashmir Btw, your own Supreme Court has asked Govt to lift curfew so apparently, your journalist is lying!",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176731988205744129,
"tweet_text": "Prayers are with those families who are effected by earthquake in AJK #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176902871096446976,
"tweet_text": "#MuhammadQasimDreams #Earthquake Earthquake is Symbolic- (9 October, 2017) Dream of Muhammad Qasim Pictures of Earthquake reveals damage in parts of Pakistan - (24 September, 2019) #Pakistan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176482435644764160,
"tweet_text": "Ya Allah stay safe my pakistan STAY safe all peoples #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176552592870187008,
"tweet_text": "Update: 5.8 magnitude #Earthquake jolted Southern localities of Azad #Kashmir badly, brought massive destruction in Mirpur. 24 people reported #died, 300+ #injured. One #aftershock has been observed since evening. Keep the victims remember in your PRAYERS! ὢDὉ4",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176518679355371520,
"tweet_text": "Yeah my taya jaan’s home is damaged too much in pull manda",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176480150445318144,
"tweet_text": "RT @MurtazaViews: Massive damage to properties in vast areas of mirpur #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176523279403749376,
"tweet_text": "This is what happened after the earthquake in Mirpur. I hope everyone is safe..#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176497407951069184,
"tweet_text": "Communications get affected. This includes cellular, roads, bridges and others. Rescue party, administrators and disaster teams must be equipped with Sat phones. Moving information, rescue equipment, medical relief in a timely manner is very important. #earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176494072447537153,
"tweet_text": "RT @godfatheriv: Damage to mangla dam after the #Earthquake Hope the @pid_gov is on top of things and media must refrain from spreading unn",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176574260170690562,
"tweet_text": "May Almighty Allah protect usI just felt some aftershocks around 9-10P.M #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176525315218300929,
"tweet_text": "Stay save at home and people who are injured in earthquake ,give prayer for fast recovery#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176512034797694976,
"tweet_text": "RT @rubiaabrar: Hope people are safe . #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176474832495632384,
"tweet_text": "4 confirmed dead , 100+ injured #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176511134679146498,
"tweet_text": "Earthquake in different cities. Severe destruction in Mirpur Azad Kashmir. I hope everything is safe at your ends. Prayers for everyone! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176523073442504705,
"tweet_text": "RT @Army_bratss: Roger Sir: As weve sworn to rescue and defend the People of mother land. #earthquake #Pakistan #PakistanArmy .",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176522919066963968,
"tweet_text": "This is the situation in Azad Kashmir, and we dont know what is the situation in Jammu Kashmir. There is no internet, no other way to communicate so we dont know the damage this has caused there. #Earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176556271639715841,
"tweet_text": "RT @IamAliIjaz: #ALERT: Blood donors from Azad Kashmir region are requested to arrive Govt hospital immediately. #earthquake /",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176502179777175552,
"tweet_text": "According to #NDMA notification released in wake of the calamity, aftershocks can be expected within the next 24 hours in the #earthquake-hit areas. Read more: #GeoNews",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1177056128628330496,
"tweet_text": "@betterpakistan Absolutely, his all focus was on other issues which are directly not rel to #Kashmir or #Pakistan he totally n intentionally ignored kashmir and suppress this issue.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176736914025529344,
"tweet_text": "#PakistanArmy Rescue #earthquake victims in #MirpurAzadKashmir #Kashmir after #EarthquakeinPakistan #ISPR #COAS #Darbar #Kashmir #PakistanEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176496177958797313,
"tweet_text": "Praying for everyones safety in AJK. May Allah swt protect us all.. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176581147154890752,
"tweet_text": "DC #Mirpur releases the details of confirm casualties and injured due #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176793865451397123,
"tweet_text": "#Shifa Foundations Emergency Response Team (ERT) is on ground in Mirpur Jatlan, AJK for need assessment of the earthquake affectees. #EarthQuake #MirpurJatlan #AJK #jatlan #MirpurAzadKashmir #EarthquakeinPakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176522096693956608,
"tweet_text": "My prayers are with everyone affected and victims. May Allah bless us allᾓ2 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176564559768903680,
"tweet_text": "RT @SamaaEnglish: UPDATE: The death toll from todays #earthquake in Pakistan has risen to 22, according to the NDMA",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176548469093408770,
"tweet_text": "Ya Allah forgive our sins and keep all of us in your Amaan, Ya Allah, help all of the affectees, Ameen Suma Ameen. Im sending my heartfelt prayers for everyone whos out there in the affected areastay safe. May Allah SWT be your Protector and Saviour, Ameen. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176695999240298496,
"tweet_text": "This is pak army 50❤️ always ready to serve you in peace and war in every natural calamity.. in ever flood, in every earth quick and everything. Pakistan Army zinda baad #EarthquakeinPakistan #earthquake #Mirpur",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176469477237690368,
"tweet_text": "RT @TweetNitinS: Scary visuals from Pakistan after the #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176465094823292929,
"tweet_text": "Tapped minor girl under debris passed away, building collapsed in Mirpur Ajk, 50 injured shifted to hospitals #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176479069015347201,
"tweet_text": "After seeing the affects of the #Earthquake in Azad Jammu and Kashmir, just wondering about Indian Occupied Kashmir .. there is a communications Blackout in IOK so there wont be any way to know about the extent of damage in the occupied valley :/",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176781641135644672,
"tweet_text": "Contrary to reports circulating on social media n some TV channels, the death toll in #earthquake is 26 n the injured are over 500, according to DC #Mirpur Qaisar Aurangzeb",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176474982173614080,
"tweet_text": "I hope people in Azad Kashmir, and neighbouring areas are safe Allah hum sb k gunhaoun ko maaf kry aur azaab s bacha #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176566542089277440,
"tweet_text": "Nowadays, I do not feel the need to watch comedy films or read jokes Just watch the Indian News ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2ὠ2 #earthquake #UNGA #Kashmir #PMModi #PMImranKhan #PMIK #indiaVsPakistan",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176535289403183104,
"tweet_text": "We salute to Rescue Team.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513382184341505,
"tweet_text": "#Earthquake tremors were reported from Indian administered Kashmir but no reports of any damage as the mobile phone services and mobile internet are suspended. Not sure, how the locals will contact the emergency services (if required)",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176541627512475656,
"tweet_text": "@fayedsouza Here in POK there is great loss of lives by #earthquake. Roads are separated from middle. But whats the condition in occupied Kashmir. No one knows. May Allah save all of us.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176494794425737217,
"tweet_text": "Out media is horrible and pathetic. Local administration including Hospital staff & Police are busy in rescuing and looking after wounded people and this media is keep on buzzing them and forcing to tell them about death toll and causality rate. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176500198958407681,
"tweet_text": "#earthquake in Pakistan Update Picture Death more than 27",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176531574617231366,
"tweet_text": "#AzadKashmir #earthquake #MirpurAzadKashmir twenty three dead more than 400 Injured #DIG #Mirpur #sardarGulfraz",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176595417083109376,
"tweet_text": "#earthquake ALLAH KARIM ALLAHU AKBAR so much damage and once again in same areas as of 2005 earthquake.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176782397062418433,
"tweet_text": "Special Assistant to PM on Information and Broadcasting Dr. Firdous Ashiq Awan made an irresponsible comment about the earthquake on Tuesday. Read Full Article Now: #ImranKhan #amirliaquat #FirdousAshiqAwan #Shame #earthquake #EarthquakeinPakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176776955766685696,
"tweet_text": "The Min Inf really does not need to prove her low calibre but when she said that the #earthquake happened because the earth could not accept #tabdeli. This is insensitive to the loss of lives at best and she seems to be under the delusion that #PTI has conquered nature",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176502049699221505,
"tweet_text": "Thoughts are with the affected by the #earthquake #EarthquakeinPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176495504462614529,
"tweet_text": "زمین کانپ جاتی ہیں ضمیر نہیں کانپتے۔ὣ0 so sad for the situation of Azad Kashmir may ALLAH protect us from all disaster. ameen #earthquake #KashmirStillUnderCurfew #KashmirWantsFreedom",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176627263493857282,
"tweet_text": "A devastating earthquake rattled #AJK resurrecting the haunting memories of a 2005 monster tremor. 5.6 magnitude earthquake also jolted several cities of #Pakistan at least 30 people dead & 350 injured. My thoughts & prayers are with those affected by the #EarthquakeinPakistan..",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176908975444496385,
"tweet_text": "A PARS EARS team reached #earthquake hit areas last night and distributed food and edibles to local residents, total PARS teams present in area are 2 teams one on S&R and other for humanitarian aid 3rd team moving tonight shall establish a Com Link base #EarthquakeinPakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176690915500527617,
"tweet_text": "Good Morning Tweet hearts. Have a good day.. Remember all, #earthquake victims in your prayers.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177143990052950016,
"tweet_text": "May Allah protect the people of Mirpur Aameen #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177112848666955776,
"tweet_text": "We need help #mirpur #earthquake",
"class_label": "requests_or_urgent_needs"
},
{
"tweet_id": 1176499760955645953,
"tweet_text": "RT @AzharMahmood11: Prayers and thoughts with those affected by the #earthquake in Pakistan. Praying for their safety and may everyone keep",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176652456907943936,
"tweet_text": "RT @iamarifmirani: May Allah subhan o tala forgive us. ὤFὔB May Allah subhan o tala keep every one safe #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176519576013692930,
"tweet_text": "Shocking and heart wrenching. Thoughts & prayers are with all the effected families. #Earthquake #Pakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176805907889631232,
"tweet_text": "All these British - Mirpuri Kashmiris have such a Big & Kind heart,when it comes to Helping the needy ones. Saw Azad kashmiris ( specifically Mirpuris, and ppl from Bhimber) coming forward for their brothers and sisters. Donate for #Earthquake victims send ur donations to #KORT",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176507139101253632,
"tweet_text": "#Earthquake in some parts of Pakistan and Azad KASHMIR (AK) #earthquakePakistan September 2019. In Jaatlaan and Mirpur AK, 19 casualties and 300 wounded brought to the Jaatlaan hospital.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176480505979703298,
"tweet_text": "After Azad Kashmir now Jhelum has become a new geological fault line in Pakistan another Earthquake epicentre. It means Earthquake can hit this region anytime. #earthquake #EarthquakePakistan #Jhelum",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176469316138676225,
"tweet_text": "RT @etribune: No injuries or damage have been reported as yet #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176744634598531072,
"tweet_text": "Oh Allah Almighty! Please forgive us and have mercy on us, Ameen! #earthquake #EarthquakeAlert #EarthquakeinPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176502274232913931,
"tweet_text": "The magnitude of the devastation caused by the #earthquake in Mirpur, Azad Kashmir, is frightening. Over 21 people are reported dead so far. More than 400 injured.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176478955626532864,
"tweet_text": "Oh mankind fear your Lord! Indeed the convulsion of [final] hour is a terrible thing!!! Holy Quran,22:1;) May Allah protect everything and oppressed people of IOJ&K!!!ὤFὤF #Pakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176478341630705668,
"tweet_text": "O Allah, please be with everyone waiting to be rescued, keep them safe, and bring help to them soon. O Allah, bless each and every person affected by this #earthquake and surround them with Your love & protection.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176473504524525568,
"tweet_text": "Heavy #earthquake! Was in class and the projector started shaking May Allah Keep everyone in his protection and save us from any kind of sufferings",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176889676742975488,
"tweet_text": "The death toll from Tuesday’s earthquake in Azad Jammu and #Kashmir rose to 37, with more than 500 injured. #Pakistan #EarthQuake #Mirpur",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176541136170749953,
"tweet_text": "RT @AonSayyed: Aftershock at 21:50. Pray for the People of Mirpur and surrounding areas #kashmir #ajk #EarthquakeinPakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176499165498621954,
"tweet_text": "#earthquake came in PK This is an expression of displeasure by Allah because we are avoiding practical steps on Kashmir issue Its message of Allah to Muslim Ummah that help Kashmiri Muslims who are suffered from cruelty Its our misfortune that we have found an apathetic govt",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176514611752984576,
"tweet_text": "Ya Allah rehm kr ὢDὢD Please pray for the people in Azad Kashmir and occupied Kashmir ὢDὢD #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480316338388995,
"tweet_text": "Here in Azad Kashmir our Army and people are there to rescue. My Heart is wrenching what will be happening in IOK, 50 days of curfew and now Earthquake. یا اللہ رحم فرما۔۔ #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176500706171346944,
"tweet_text": "Sad news of Earthquake in Pakistan , Condolences to all victim families from it , ᾓ2ἿCᾓ2ἿCᾓ2ἿC Ya Allah Madad #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177134588952535040,
"tweet_text": "@ImranKhanPTI must highlight #Pakistans #climatechange vulnerability to the world that can help to access #climatefinance. @theGCF has recently funded #GLOF2 project led by @MoCCPak & @UNDP_Pakistan to prevent #GLOFs. If #Pakistan shows the capacity more funds would be available",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176535118778904578,
"tweet_text": "Azad Kashmir Home Department says the death toll from the #earthquake in #Mirpur is more than 26 while 300 people are injured. Its difficult to say the exact number of #casualties. Rescue operations are in progress. #EarthquakeinPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176483843009724417,
"tweet_text": "Pray for our brothers & sisters of POJ&K.After massive #earthquake in the region ,dozens of people killed and hundreds are injured in POJ&K but Pak Govt and Pak Army are not doing relief and rescue work because people of POJ&K are opposing illegal occupation of Pakistan. @adgpi",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176605557777752065,
"tweet_text": "RT @sardarrizvi: Ya Allah Rahim farma! Everybody please recite Surah Zalzala. May Allah keep you all safe (AMEEN) #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177136764374458369,
"tweet_text": "@dppoddar really, u have a problm with language ὠE you #ENDian r not only double standrd but dirtiest of all human race who keep quite when #modi kills your own people in #mumbai26/11 till #pulwama just to defame #pakistan and now #genocideinkashmir. You deserve a tight slap on your face",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176517234547671041,
"tweet_text": "At least 19 persons including women and children have died and more than 300 have received injuries in the aftermath of #Earthquake which hit most parts of #AzadKashmir. #AzadKashmir #earthquake #BREAKING",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176563878249062404,
"tweet_text": "Condolences to the families of those who lost life in todays #earthquake in Pakistan.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176492862395101185,
"tweet_text": "#earthquake Hope everyone safe and sound Allah raham karay amen",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176549355240796168,
"tweet_text": "CCTV Footage of #earthquake in #Jatlaan, #Mirpur, #AJK. One person was injured. #EarthquakeinPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176472118671925248,
"tweet_text": "5.8 magnitude earthquake has damaged the roads and there are reports of a death and several injuries in Mirpur. If this doesnt scare us then what will? #Earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176661613614645254,
"tweet_text": "RT @farooqrajpoot91: Oh Muslims WAKE UP Indeed; Alllah Dose Not love The Transgressors #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176753076902006784,
"tweet_text": "Highlighting India’s WMDs at the UNGA SVI Senior Research Associate Waqas Jan @Waqas_Jan_ writes for South Asia Journal @SAJournal #SVI #SouthAsia #UNGA #NuclearThreat #India #Pakistan #Kashmir #NuclearDeterrence #StrategicStability",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176467723158773763,
"tweet_text": "#earthquake #jehlum #mipur #ajk May Allah protect everyoneὉ7",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176490721668489217,
"tweet_text": "Ya Allah Forgive Us. Heard About The Recent EarthQuake In Different Areas Of Pakistan Especially In Azaad Kashmir. May Allah Save Us From Disasters. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176539221324107776,
"tweet_text": "RT @SameeraSpeaks: Praying for well being of everyone back in India and Pakistan! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176923195900907525,
"tweet_text": "5.8 magnitude #earthquake jolts several parts of #Pakistan For latest news and infotainment, subscribe to our channel on youtube.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176571911456923665,
"tweet_text": "Stay Safe Pakistan ever.ὤF keep praying for each other #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480481124265984,
"tweet_text": "Breaking: Due to #Earthquake, Emergency is declared in AKJ Hospitals. PAK Army on its way to start the Rescue operation in Mirpur, AJK",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176472764221444096,
"tweet_text": "RT @Hafsa_Shafique_: R E P E N T! This is exactly what Allah wants from us by giving us the warnings. #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176528090438217729,
"tweet_text": "Aerial view collapse bridge after powerful #earthquake in #Mirpur #Pakistan Administered #Kashmir, 19 killed and 100+ injured",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176564687217078272,
"tweet_text": "Official updates on #earthquake: 22 people lost life including a soldier-160 injured.3 bridges near Jatlan damaged.Road Jatlan-Mangla settled at multiple locations rendering it unusable.Medium to minor damages to old structures in Mirpur,Jatlan & Jarikas. Mangla Dam is safe.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176529338713432064,
"tweet_text": "Ya Allah Show mercy on us , we are too weak to bear such disasters.. #Earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176497032191717376,
"tweet_text": "Hope everyone is safe in other cities too #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176471769353478146,
"tweet_text": "Pakistan #earthquake updates Four deaths have been reported in Mirpur while 100 are injured. Emergency has been declared in all hospitals of AJK. Earthquake triggered landsliding has been reported in scattered areas of AJK.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176497428989698048,
"tweet_text": "#earthquake rattles #Pakistan",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176472233570701312,
"tweet_text": "One dead, 50 injured as confirmed 5.8-magnitude earthquake shakes parts of Pakistan. Confirmed. Pak Army has mobilised rescue team in AJK. Pakistan administered Kashmir. #Lahore #earthquake @OfficialDGISPR",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176497761509924865,
"tweet_text": "May Allah keep ppl affected by #earthquake safe. I hope my frnds from Kashmir are safe.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176763171371192320,
"tweet_text": "Shadab Khan Came Out to Help People Affected by Earthquake. He donated all of his match fees from #PakvSL series to the people affected by #earthquake. He also urged all to help the people in need. #ShadabKhan #RealHero #PhupoTheGossipQueen",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176481382287233024,
"tweet_text": "RT @MurtazaViews: Heart-wrenching scenes after heavy #Earthquake in Mirpur and other parts of Azad Kashmir causes massive damage .",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176500987911114752,
"tweet_text": "PM directs concerned departments for immediate relief in #quake-hit areas #APPNews @ImranKhanPTI @Dr_FirdousPTI #earthquake @ndmapk via APP",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176489826809516032,
"tweet_text": "So sad to hear about the loss in Azad Kashmir due ti #earthquake. Pray to Allah for the betterment of Kashmiris. May Allah save the lives of injured and grant Jannah to the ones who passed away.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177085779631149056,
"tweet_text": "Now you can join free of cost online MS Office classes and Adobe PhotoShop Classes at your own latop,desktop with help of any desk (Remote Desktop Tool ). Learn MS Excel ,MS Access and Power Point upto advance level. #msexcel #Excel #Trump #CarrieLam #StandwithHK #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176509524510957569,
"tweet_text": "Chairman NDMA Gen Afzal says 10 confirmed dead 100 injured in #Earthquake Other reports indicate higher number of causalities #Pakistan #Jatlan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176477463662088192,
"tweet_text": "Its now confirm. Pok is squeezed literally not by India-Pakistan but by mother earth. It shook today. Another integration on cards? Prayers for those lost their life. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176800515293929473,
"tweet_text": "Quake death toll in AJK rises to 26 as relief efforts continue. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176466808397844480,
"tweet_text": "#Pakistan Army In action to Rescue Operation in aid of Civil Administration for victoms of #earthquake in #Mirpur #AzadKashmir #COAS #ISPR",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176495521051099136,
"tweet_text": "RT @Mary_euGenol: My condolences to those who were affected by the earthquake today in Pakistan <3 may God show mercy on us all Ameen #ear",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176488927143874560,
"tweet_text": "#Refugees: Over 1,000 #Afghan refugees live in this #refugee camp in #Pakistan’s capital #Islamabad. Their future depends on stalled talks between the #US and the #Taliban. Take a look: Thank you to my of crew, M. Farhan Sheikh and Mujtaba Haider Naqvi.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176474015692722178,
"tweet_text": "#Massive destruction in #Azad_Kashmir due to Strong #Earthquake as #Rescue and #Relief Service started immediately by #Pakistan_Army and Local Administration.",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176485390951288832,
"tweet_text": "India ia very responsible Nation. It wont experiment any thing that distruct its own people. Its earthquake. But we offer support to citizens of POK as humitarian ground. Prayers with souls effected. Jai Hind",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487164252762112,
"tweet_text": "Thoughts and prayers for the people affected from a major earthquake in Mirpur (AJK) and other cities of Pakistan. May God comfort the people in their sufferings. #Earthquake #Kashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176482436848521216,
"tweet_text": "6.1 recode may Allah forgive our sins #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176465716792504320,
"tweet_text": "Investments into #education, especially in early #childhood education in poorer communities come with ripple effects - #schools can provide students with better, safer drinking #water facilities, access to sanitation facilities. #EducateAChild @EAA_Foundation @pid_gov #Pakistan",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176484023654322177,
"tweet_text": "How do you kill someone thats already dead ? #earthquake bc",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176553234560716800,
"tweet_text": "Turkish President Erdogan speaks on the atrocities being committed in Kashmir. . #Pakistan #India #Kashmir #Erdogan #Turkey #ImranKhan #Modi #UNGA",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176471143676616704,
"tweet_text": "May Allah have mercy on us and keep all of us safe. Tragic news of a building collapsing due to earthquake in Mirpur, Azad Kashmir. My prayers are with all those who were injured & my thoughts go with their families. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176465712635944960,
"tweet_text": "#Earthquake Destroyed road near #MirPur : Reports",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176497806233784320,
"tweet_text": "The death toll from todays earthquake in Pakistans Kashmir has risen to 19, DIG Mirpur confirmed to @SamaaEnglish. Over 300 people have been injured, number of casualties expected to rise. #Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176709921632641025,
"tweet_text": "Plebiscite only way out of Kashmir crisis: AJK PM. #pakistan. #kashmir",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176511796951359490,
"tweet_text": "I pledge to donate all my match fees from #PAKvSL series to the people affected by #Earthquake in Pakistan today - @76Shadabkhan #Cricket #Pakistan #Karachi #Lahore #PCB #ShadabKhan #SriLanka #ODI #T20I #Donation",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176548526081421314,
"tweet_text": "Ya ALLAH Rehamᾓ2 Heart Wrenching to See Such Pictures After #earthquake, May ALLAH Give Sabar to Effected Families..Ameenᾓ2",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176560918899150848,
"tweet_text": "ISPR Update #Earthquake Azad Kashmir Damage assessment based on Ariel and initial physical survey done. 22 people lost life including an army soldier while 160 people got injured as per civil administration record. Three communication bridges near Jatlan damaged.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176572488815468545,
"tweet_text": "RT @AmeerAli08: My prayers for the all victims of earthquake in #Kashmir #Mirpur May Allah keep all them safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469604681617408,
"tweet_text": "Both the leaders of Muslim Ummah discussed the human rights violations in Indian occupied Jammu and Kashmir, bilateral ties and matters of mutual interests in the meeting. 97 50 #ManOfPeaceImranKhan #ImranKhanDoctrine",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176473617397362688,
"tweet_text": "May Allah save every one ὤFὤF #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176702576999510016,
"tweet_text": "20,000 Missing, 5000 Killed by #Pakistan army in Balochistan. No Accountability. JUSTICE FOR #BALOCHISTAN! @UN @UNHumanRights @UN_HRC",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176467763055009792,
"tweet_text": "یااللہ خیر Seen these deadly pictures of #Earthquake. Reported somewhere in Azad Kashmir Pakistan Stay safe everyone. Prayers!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176569073104314368,
"tweet_text": "Keep praying for those who have been affected by earthquake ὡF Allah sab ko apna Hifz-o-Amaan me rakhe(Ameen) #earthquake #prayformirpur #Mirpur #AzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176518242048700416,
"tweet_text": "If @ImranKhanPTI dont have fund for rehabilitation of earthquake victims of #Pakistan, @ChinarcorpsIA is ready to help our citizens of POK , Pakistan occupied Kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176515184057339904,
"tweet_text": "Saddened to know about the #earthquake that hit Pakistan today. Appeal to people to help the effected. It is in these trying times that the hospitality & brotherhood of Pakistani people come to surface. Proud of #PakArmy efforts to provide relief.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176499153129672706,
"tweet_text": "Reports are not good, it seems the #earthquake has done some damage. 4 casualities confirmed, above 50 injured.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176540102593568770,
"tweet_text": "#earthquake May Allah S W T Shower his blessings on all earth quake victims in Azad Kashmir.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176503654968258560,
"tweet_text": "How Kashmir played out at the United Nations #UnitedNations #KashmirIssue #Pakistan #India #clash",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176537830547513345,
"tweet_text": "Today, Pakistan faced another earthquake, and we lost our people and power again. Roads split in two and injuries are many, and aftershocks expected in the next 24hours. May Allah have mercy on us. May we continue to extend our support to the ones in need. (2/2) #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176623609340669956,
"tweet_text": "Ya Allah protect us all from any harm in future and give patience & health to those who are suffering currently due to earthquake Aameen #Earthquake #EarthquakeinPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176481637418377216,
"tweet_text": "May #Allah Almighty have mercy on us & keep everyone safe from todays #earthquake. We are sinful, Ya Allah please forgive and protect us from such disasters.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176492676142833666,
"tweet_text": "Prayers for every one in Azad Jammu & Kashmir and for every one who is effectesὉ4May ALLAH protects all of us. Ya ALLAH reham,karam ὤF#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176510479985971200,
"tweet_text": "Mother nature has her own ways of coming down. And when it does, it brings lots of destruction with it. Thoughts & prayers for all affected by terrible #earthquake in Pakistan, Kashmir & India. Stay safe! ὤFἿC",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176670796166643717,
"tweet_text": "Out of 195 nations, incl #KSA & #UAE, none of them except #Turkey is willing to support #Pakistans stance over #IOK. Before blaming others, wouldnt it be the failure of #PkFO to present its #Kashmir case to world nations from different perspective than out-dated @UN diaspora!",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176474891899559936,
"tweet_text": "Four dead, more than 76 wounded as powerful #earthquake jolts parts of #Pakistan #GeoNews #AbidiCorner",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176513941381570561,
"tweet_text": "The visuals of the earthquake from Mirpur look bad. Our thoughts are with those who have been affected in Pakistan. Prayers with the entire border belt - Gurez, Uri, Karnah, etc. Really worried about folks over there. High time govt of India restored mobile phone & data.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176564965685235713,
"tweet_text": "Quake caused no damage to Mangla dam, power generation facilities: Director SDMA. #pakistan",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176709643780988930,
"tweet_text": "Prime Minister Imran Khan hosted a dinner in New York for members of the OIC Contact Group on Jammu & Kashmir. Grave concern was expressed at the dire situation in occupied J & K #PrimeMinisterImranKhan #Pakistan 50 #USA A8 #UnitedNations A3 #UNGA #UNGA74",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176522371148263424,
"tweet_text": "Supporting IK doesnt mean supporting PTI. Really condemn IKs spokespersons statement on earthquake. How can u relate earthquake with Tabdeeli? Tabdeeli is +ive change & progress while earthquake is only destruction! #condemn #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176507239366090752,
"tweet_text": "After 5.8-magnitude #earthquake in Pakistan: - 19 people died, more than 300 injured in Mirpur, Azad Kashmir - Pakistan Army, NDMA, PDMA engaged in hectic rescue and relief efforts - Mangla dam and powerhouse remain safe. Electricity to be restored soon",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176493712911818752,
"tweet_text": "My heart goes out with the victims of earth quake. Special #Dua & prayers. May Allah shower his mercy upon us. Ameen #AJK #azadkashmir #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176536810807316482,
"tweet_text": "NDMA issued a warning letter about after shocks of earthquake expected in the next 24 hours. So plz stay safe nd try to protect others as well. #earthquake",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176465492640522241,
"tweet_text": "Magnitude 5.8 with depth of 10km #earthquake strikes at 5km North of Jhelum, Punjab at 4:01PM. May ALLAH keep all of us Safe. Ameen #Earthquake #Islamabad #EarthquakeInPakistan",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176479699951857664,
"tweet_text": "5 dead and more than 50 people are reported to be injured in #earthquake hit area of Mirpur and surroundings.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176768230419050496,
"tweet_text": "Top stories of today, you shouldnt miss! 1-PM #ImranKhan says #US President #Trump asked him to mediate with Iran 2-#COAS directs army troops to visit #earthquake-hit areas 3-35 #Congress members ask US to facilitate #Pakistan-#India talks #TheNews",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176490544719114240,
"tweet_text": "#Earthquake Stay safe everyone ὤF",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176870980557447169,
"tweet_text": "PM Imran asks concerned departments to provide relief in quake-hit areas. #pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176469189877489664,
"tweet_text": "Bless Kashmir. Prayers and good thoughts after the #earthquake Pic via @head_of_toys",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176505323034750978,
"tweet_text": "#Pakistan not only means #freedom and #independence but the #Muslim #Ideology which has to be #preserved, which has come to us as a #precious #gift and #treasure. #MuhammadAliJinnah #SultanBahadarAziz #Kashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176520508088733698,
"tweet_text": "Totally blackout at IOJ&K no one knows about the situation after earthquake. May Allah safe people from Indian Occupied Kashmir #earthquake #KashmirWantsFreedom",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176562705349730304,
"tweet_text": "Please pray for people in earthquake affected areas, there have been 4 aftershocks, two in hour after the #earthquake, one at 21:50 and another about half an hour ago, people are sitting out in the open despite hot weather. #kashmir #ajk",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176808655330693121,
"tweet_text": "RT @TigerofMysur: 19 dead and more than 300 injured as per latest updates. #Mirpur #Kashmir #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176557432644001794,
"tweet_text": "Sad news are coming from DHQ hospital Mirpur. The death toll has risen to 27 and more than 300 injured. Allah Reham karay. #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176492565132128258,
"tweet_text": "Thank you for posting, earthquakes are scary and it’s so easy to panic and react the wrong way.Hope everybody stayed safe!! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176467639062974465,
"tweet_text": "@OfficialDGISPR #Proud To Be #Pakistani , #Proud Of #PakArmyOurPride . My #Love n #Condolences Are With #People #Effected With #earthquake . May #AlmightyGod Help You In #helpingothers",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176566473390743557,
"tweet_text": "Firdous draws ire for her irresponsible remarks on earthquake. #pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176559669894156290,
"tweet_text": "M5.2 shallow-focus #earthquake in #Mirpur #Kashmir. People need to stay away and let rescue workers do their job. #MirpurEarthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176719986322214912,
"tweet_text": "Pakistan Battles Dengue Epidemic as 20 Killed So Far, Over 10,000 Tested Positive. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176595161675120642,
"tweet_text": "Army Chief directs troops to participate in rescue activities in earthquake-hit areas. #pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176881830311727104,
"tweet_text": "#Earthquake devastates #AzadKashmir, leaves #23dead. - HAARP #technology and earthquake in Kashmir. - Earthquake in Kashmir and #CommunicationBlackout in occupied kashmir. - #MaryamNawaz, Yousaf Abbas sent to jail on 14-day judicial remand.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176598856714346498,
"tweet_text": "Difficult moments in #earthquake struck area. May Allah help them to overcome this calamity.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176524945003823104,
"tweet_text": "Disturbing news and horrible pictures and videos circulating on media. Allah rehem farma ameen. #earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176543415825248261,
"tweet_text": "May Allah bless people in #Mirpur. Ameen! #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176486032201719812,
"tweet_text": "ὓ8Rescue Emergency has been declared in Azad Kashmir & District Jhelum. ὓ8 Swift response by Pak Army Aviation, Medical Corps, and Soldiers on ground. ὓ8 National & Provincial Disaster Management Authorities are into it. ὓ8 Volunteers are mobilized on ground. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176613580063617026,
"tweet_text": "After such colossal catastrophe, The hoards of the civilizations of the entire district stretches beyond every hospital’s premises, crowding the air with moans & cries. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir #Earthquake2019 #SOS",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176475688062222336,
"tweet_text": "High scale #earthquake in AJK. Prayers for our brothers & sisters in #IOK .We can’t even know how bad it is over there as #AJK is badly damaged Pray for all in IOK. They don’t even have Medical stores open and patients can’t even be moved because no phones and a curfew.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176681823730094080,
"tweet_text": "More than 22 killed & around 300 or more injured by the earthquake in Pakistan of 5.8 magnitude. May Allah help those who have been affected by the earthquake in our Northern areas & protect us all frm any sort of natural catastrophic disasters. Ameen #Earthquake #PrayForPakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1177100452154003456,
"tweet_text": "Constant surveys are pointless unless you’re loaded with Food, Shelter & pure drinkable water. Our teams ensured they’re prepared before deployment to affected regions. #charitytuesday #pakistan #earthquake #MuslimHands #Kashmir #SOS",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176469204767322112,
"tweet_text": "#earthquake What a horrific earthquake. Roads destroyed. Everyone should watch the news. Roads split in two. May Allah have mercy on us.",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176566768355160067,
"tweet_text": "RT @mustahtaba: May Allah keep everyone’s His amaan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177116024094826496,
"tweet_text": "This is #TimesSquare #NewYork today #StandWithKashmir. After #Pakistan #PrimeMinisterImranKhan efforts & dialogues with different countries head, #Kashmir has now become a Global affair. The voice of suppressed #IOK people is being heard on the highest #diplomatic forums.",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176528317090078720,
"tweet_text": "Earth quake is in transitive and a really difficult phase. May Allah help our dear Pakistanis to cure asap from this. May Allah shower his countless mercies and bounties on all of us esp the ppl suffering in IOK. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176472979057926144,
"tweet_text": "#Earthquake felt in #Pakistan. Its center (33.18 N, 73.78 E) was in #Mirpur #AzadKashmir in #Mangla Reservoir at a depth of just 40 kilometers giving 5.5 magnitude on rector scale. Initial news of destruction are coming. May #Allah protect all of us and forgive all of us. #Ameen",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176546108895637504,
"tweet_text": "Prayers for #earthquake victims.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176510758017994752,
"tweet_text": "Earlier today: A mere rain in Karachi. Roof of Lucky one Mall fell off with water. Mashallah this was constructed by Lucky One Cement company.ᾗAᾝ0ᾑ4ὄ750ὤF #Rain #Karachi #Earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176470144215916544,
"tweet_text": "A Warning from Allah. Wake Up and Help who need it. Kashmir is calling @peaceforchange #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176524881074294785,
"tweet_text": "Pray for everyone`s safety, #earthquake #MirpureAzadJammuKashmir #Pakistan and hope for early assistance to the victims. So far as per reports, 19 dead and more them 300 injures",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176594191050334208,
"tweet_text": "Its very sad to note the casualties resulted in the Earthquake.May the bereaved find patience & deceased find peace.Incidents like these are signs & warnings from Allah for us to mend our attitudes & lives.May we take heed. #EarthquakeinPakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176618368285253633,
"tweet_text": "#PakArmy rescuing the injured in #Earthquake without a rest, Whereas, Young volunteers from neighbouring cities like #SaraiAlamgir, #Jhelum, #Kharian, #Gujrat are helping people in hospitals. #Mirpur is awake, #Pakistan is awake!",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176556656462876677,
"tweet_text": "@Dr_FirdousPTI Great way to apology from people those heartbroken from your funny statement for #earthquake In #AJK #KashmirIssue",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176476975554289664,
"tweet_text": "#Earthquake Initial reports : Atleast 50 injured. Developing Story. Damage across #Mirpur , AJK & #Jhelum . #earthquake t",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176883867485200385,
"tweet_text": "How India with the help of Israel and Western World is cornering Pakistan to start a war that could turn a disaster. What should Pakistan do. #Pakistan #India #Israel #War #ThirdWorldWar #Muslims #Hindus #Kashmir #politics #News",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176660028138369026,
"tweet_text": "Remember us in your prayers. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176487384604651520,
"tweet_text": "RT @norbalm: #earthquake damage images courtesy @AnasMallick",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176525001647886342,
"tweet_text": "Disastrous earthquake reported. I hope all are safe especially AJK friends #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176468264387584001,
"tweet_text": "This is Jatlan near mirpur my city 15 Km away from mirpur. The road has been almost damaged. @Dr_AyeshaNavid",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176531868453363713,
"tweet_text": "Prayers for everyone! ᾓ2 #earthquake #mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176502778014982147,
"tweet_text": "We pay condolence to the families who lost there loved ones in #earthquake. We are praying for speedy recovery of injured",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176781245180796934,
"tweet_text": "Prime Minister Imran Khan hosts dinner in honor of Heads of Delegation of OIC Contact Group on Jammu & Kashmir at New York on the sidelines of 74th UNGA Session. (24.09.19) #PrimeMinisterImranKhan #Pakistan 50 #UnitedNations A3 #UNGA #UNGA74",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176487030924165125,
"tweet_text": "Please read and memorize this Duaa Whoever recite it three times in the morning will not be affected by any calamity and whoever recite this in the evening will not be over taken by calamity before morning #SpreadTheWord #StaySafe #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176468183424753664,
"tweet_text": "Somewhere in Azad Kashmir #Earthquake Magnitude 5.7. May Allah save us from such disasters",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177156754829926400,
"tweet_text": "NDMA distributes rations, water bottles and tents among affected families as part of relief operation in #Kashmir #Pakistan",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176473212630294528,
"tweet_text": "Pak Army rescue team reached jhelum.. #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176475165435121665,
"tweet_text": "Hope everyone Fine.hearing major #earthquake felt in Islamabad and Lahore..stay safe everyone.. May #Allah protect us All50 #earthquake #Islamabad #Lahore",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176465766780219392,
"tweet_text": "May Allah Swt protect you all. #Stay_Safe #Stay_Blessed #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176474536914632706,
"tweet_text": "10 People are Reported killed due to Earthquake in #Pakistan Azad #Kashmir more than 60 People are injured Roads are badly damaged.#Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176520718164602883,
"tweet_text": "Alert for aftershocks of recent #earthquake in Pakistan.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176496493336891393,
"tweet_text": "Latest number of deaths is at 19, so far ὡ4",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176574026308882432,
"tweet_text": "RT @pakistaninews: Quake devastates Pakistan, leaves 19 dead. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176565738183843840,
"tweet_text": "Praying for the safety and peace for the people in #earthquake zone. #Mirpur #Jatlan Majority of people will spend night under the open sky due to trauma and fear of aftershocks.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176496814805192705,
"tweet_text": "RT @CGTNOfficial: At least eight dead, 100 injured after strong earthquake hits #Pakistan latest:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176720917906558977,
"tweet_text": "Foreign Minister @SMQureshiPTI held a meeting his #UAE counterpart Sheikh Abdullah Bin Zayed Al Nahyan today in New York, discussing grave #HumanRightsViolations and humanitarian situation in the Indian Occupied Jammu & Kashmir. #Pakistan #UAE",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176527903380639745,
"tweet_text": "Around 20 deaths upto now, more than 300 injured and well",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176496156521697280,
"tweet_text": "RT @FruitOyepk: May Allah everyone Stay Safe from #earthquake ὤF @ Mir Pur Ajk",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176489001584386050,
"tweet_text": "#Earthquake: Death toll rises to seven READ MORE:",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176471833169862656,
"tweet_text": "May Allah keep everyones safe. Devastating jolts hit Magla Dam & surrounding area. @KlasraRauf @AmirMateen2 @fawadchaudhry @pid_gov @dcjhelum #Earthquake #Mirpur",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176480165251166208,
"tweet_text": "The #earthquake was again by a warning that they were living and many safe and traveling to their happened aftershocks we are prayers for Pakistan",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176825874701852673,
"tweet_text": "#Earthquake wreaks havoc in Southern districts of Azad Kashmir. 37 dead and more than 400 injured as per the initial assessment report of authorities. NDMA, AJ&K govt, medic staff and relevant authorities have started the relief operation. #LiftTheSiegeInKashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176510332619173889,
"tweet_text": "#EarthquakeAlert At least six persons have died and 150 others injured in #Mirpur district as a result of the #earthquake #Azad_Kashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176693814842540033,
"tweet_text": "Trump urges Modi to improve ties with Pakistan amid Kashmir dispute. #pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176472895289253888,
"tweet_text": "May Allah forgive us from our sins. Earthquake tremors were felt in many cities of Pakistan. Magnitude of 5.8 Richter scale was felt in Lahore, Islamabad, Rawalpindi and some other cities of Pakistan #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176526867819573254,
"tweet_text": "Please pray for them those died in #earthquake & also pray for speedy recovery those who injured in #earthquake #MirpurAzadKashmir",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176513418586742786,
"tweet_text": "RT @playboyYixing: This is heartbreaking ☹️ pray for y’all. Be safe. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176557230243700742,
"tweet_text": "RT @Yar_Soban: Please pray for the Victims of #earthquake in Kashmir and other areas.. #disaster #PakistanArmy",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176465801810993152,
"tweet_text": "RT @zubairabbasi: #earthquake Emergency declared in AJK Mirpur.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176476109598277633,
"tweet_text": "Saw some pics of the damages happened by the #earthquake in some parts of the Country..the shakes were pretty intense ὢ5 Allah apny hifzoamman mai rkhy sbkooo.. Everyone take care..lots of prayers!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176531363694034944,
"tweet_text": "Prayers for Everyones safety & life. Ameen Inallah va Inallah Rajeon for all the deceased souls. Ya-Allah Reham #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176538240469413893,
"tweet_text": "RT @FATIMAM73301953: May You All Be In Allahs Protection! My Condolences & Prayers For Affected Families. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176469376280797185,
"tweet_text": "May ALLAH bless this nation who is using even earthquake as politics .now maryam nawaz and BB will say pti is responsible for this#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176907361451216896,
"tweet_text": "What a country what a love, what a passion what a response, National Radio Volunteers of Pakistan generously participating in earthquake relief activities #PARS #Mirpur #EarthquakeinPakistan @OfficialDGISPR @ndmapk @pid_gov @GOPunjabPK",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176489448365797377,
"tweet_text": "Ya Allah! Heartbreaking news coming from Kashmir. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176488709266563073,
"tweet_text": "#Earthquake, reports of damages from #Mirpur (AJK) building collapsed 50 people including (women and children) injured #Pakistan @ArfaBhutto786 @sariyarana @sakina7214",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176538352679624704,
"tweet_text": "The earth can change surface form and we cannot do anything about that. It’s not like it’s a ball we can tape, what we must do to counteract the effects is to plan the cities, geo study of areas where they originate & ban people near those high risk areas.#earthquake",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176479908316553216,
"tweet_text": "#SOS #Kashmir. A 5.8 magnitude #earthquake struck #IndianoccupiedKashmir, #AzadKashmir, #Punjab, & #KhyberPakhtunkhwa. But there is no report from #IndianoccupiedKashmir as #communication blockade and curfew imposed by Indian army continues in the region.",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1176479103974871041,
"tweet_text": "@_umakantsingh They arent occupied. They are free people, no lock down, no curfew, no torture & harassment, no detention. #NDMA is there to rescue them after #earthquake . Ask your monkey-faced Army chief why they put 9 lac army personnel in Indian occupied J&K.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176476423181230080,
"tweet_text": "@oye_Abhi Its Azad Kashmir not Pok. Prayers for everyone who have been affected due to this #earthquake .",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176495112249139200,
"tweet_text": "People living in Mir Pur Azaad Kashmir & nearby areas, I hope you all are safe and sound. Prayers for the victims. Let me know if anyone help required from my side. Thanks. Prayers for Pakistan 50 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176514387252846592,
"tweet_text": "During 2005 #earthquake, I was in Balakot and experienced it. Prayers and thoughts for people safety.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176525263737425920,
"tweet_text": "Team PYA wholeheartedly stands with #Earthquake victims. Govt should take immediate measures to ensure safety of all citizens. Time to Unite & Support People of #AJK.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176581279032270848,
"tweet_text": "PM Imran Khan says, I extend my condolences to the families of the victims #earthquake #EarthquakeinPakistan #SocialMediaStrategy #SocialMediaReforms #NewWayToTechnology #SpreadingMediaPositivity #SpreadPositiveStories #NewSocialMediaTechnology #FreedomOfSpeech",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176477369885962245,
"tweet_text": "Seen a video of two dead bodies. I hope no more casualties. #earthquake #MirpurAJK",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176479567323762688,
"tweet_text": "Heavy damages reported in Jhelum and AJK #Pakistan. According to NDMA chairman Lt General Mohammad Afzal so far one child killed and 50 injured reported. #GeoTV #Earthquick .",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176762367788630016,
"tweet_text": "I am dead sure #Karachiite and #Lahori are a far bigger population of alcoholics and adulterers than the residents of #AzadKashmir. Then why did the Earth shake only there? #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176491758894616579,
"tweet_text": "Disturbing visuals of #earthquake from this evening in Pak administered Kashmir. Difficult to ascertain the situation in the Indian side given the communication blockade. Thoughts and prayers with people there.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176773840028020736,
"tweet_text": "Earthquake in Pakistan: Death tolls rises to 30 with over 450 injured. #pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176759327283171328,
"tweet_text": "RT @KhawajaTalha: #firdousashiqawan is on TV talking about the #earthquake victims. Why’s she allowed back on TV! She has not even apologis",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176783386737872896,
"tweet_text": "Its extremely difficult time for the people of Mirpur who have been affecting with the worst earthquake ever. We support and pray for their recovery and well beings. #Mirpur #Earthquake #Pakistan #Prayers and #support!",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176473982549336065,
"tweet_text": "RT @ZahidGishkori: Serious #Earthquake in Islamabad. Prayers Needed.",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176468270209282049,
"tweet_text": "@OfficialDGISPR Thank you #PakistanArmy for always standing with your people and providing aid to civil administration in every tragedy and natural disaster . #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176559642350145536,
"tweet_text": "appreciated and this is the one of the best way to help our people. I request to everyone try to help our brothers and sisters who are affected in #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1176584517416566785,
"tweet_text": "RT @SajidChudhryPTI: #earthquake Azad Kashmir severe earthquake, damage in Mirpur City and Jatlan! In Kotli Asli feels vibrations but Save!!",
"class_label": "caution_and_advice"
},
{
"tweet_id": 1177121162947678208,
"tweet_text": "Local authorities in #Kashmir confirmed 38 deaths. @ndmapk has not updated death toll from #Mirpur #earthquake. Their official contact nos on website are not reachable and media person not answering calls. Are we really prepared for any disaster?",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176485180560805888,
"tweet_text": "Trigger Warning: Some #Indians are celebrating the #earthquake and loss of life. Our moderators are active in removing such comments. #Pakistan #kashmir #ajk",
"class_label": "other_relevant_information"
},
{
"tweet_id": 1176507277769105415,
"tweet_text": "Destruction of forests and illegal killing of animals. A young student will wait for your response with a hope.(4/4) #World #Life #Pakistan #UN #Delhi #Autumn #ClimateChange #rain #SUN #KarachiRain #Lahore #earthquake #globalwarming #PakistanArmy #PakistanZindabad #SaveKashmir",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176538947184472065,
"tweet_text": "My mom told me her customers house in #Mirpur got affected heavily in the earthquake #earthquake really breaks my heart listening to this",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176795810136240133,
"tweet_text": "The first thing we do after #earthquake is to get in touch wid our parents in #AzadKashmir to see everything is ok.Imagine what it must be like for those working & studying outside #IOK obsessively trying to check on their parents. Allah protect us all from such hazards & tyrants",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176859760190263296,
"tweet_text": "Sir If people like you would have gotten a degree in engineering from a professional institution rather than a degree of slavery in the N-League, So today N-league would have been eating halal food instead of eating donkey biryani. ὡCὠ6 #UNGA #Pakistan",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176516141725945856,
"tweet_text": "All those who have died in Earthquake rest in peace and those who are injured may have fast recovery. Everyone should pray to Allah please uplift continous wrath and furious from Muslims. We need much hardwork to improve ourselves as Muslims..#earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176476145098854401,
"tweet_text": "may ALLAH bless his mercy on usὢ7ὢ2 #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1177153215164485633,
"tweet_text": "RT @Max__Here: This is jhelum pakistan #earthquake",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176714497215647745,
"tweet_text": "A 5.8 magnitude earthquake has struck eastern Pakistan, killing at least 19 people and injuring more than 300, local officials say. The quakes epicentre was close to the city of Mirpur. I hope that their standard of living goes back to normal soon. #maruf_ahamed #Pakistan",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176561447624564737,
"tweet_text": "A land so pure, a land so green and a land so beautiful ❤ . . Our beautiful #Kashmir ❤ . . 51 days to the #curfewinkashmir Ὁ4 . . #PrayforKashmir . . And a special prayer for all those affected by the #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176547096838705154,
"tweet_text": "Respected @rterdogan_ar We need your concern on #Kashmir and Muslim mass killings. @realDonaldTrump is stating Muslim as terrorists. Why whole Muslim world is silent on this? IOK just faced #earthquake but still locked.",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176557917719408644,
"tweet_text": "RT @AliBari857: We are always stand with TLP for the help of Aj kashmires victims of the earthquake @RealKHR #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176560705887096833,
"tweet_text": "Worried about the condition of my brothers and sisters of Pakistan Occupied Jammu and Kashmir after massive #earthquake. O Dear fellow citizens of India living in PoJ&K, We are always with you .Every help will be provided to you by us directly and indirectly. @adgpi @AmitShah",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176492830707113989,
"tweet_text": "Hameed Ullah, Student of Software Engineering Dept 8th Semester at Mirpur University of Science and Technology (MUST) Mirpur AJK Pakistan Jumped l from upper floor of hostel to rescue his life during earth quake has died. May Allah Grant Highest Place in Jannah Ameen #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176536600286814209,
"tweet_text": "23 died so far in #earthquake that jolted #Mirpur Jatlan and Jarikas areas of #AJK and more than 300 injured, PM AJK @farooq_pm also reached Mirpur as he was on visit to Lahore.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176470658085216256,
"tweet_text": "Hope everyone OK.hearing major earthquake felt in Islamabad and Lahore..stay safe everyone..exit buildings and wait out for after shocks. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176613201691234304,
"tweet_text": "Our teams are on the ground providing vital medical aid to earthquake victims. Donate now to help those in need. #charitytuesday #pakistan #earthquake",
"class_label": "rescue_volunteering_or_donation_effort"
},
{
"tweet_id": 1177159221483376640,
"tweet_text": "I feel so scared and helpless, Allah please save us all. Its a scary feeling when you feel even your own house is not safe for you. #earthquake",
"class_label": "sympathy_and_support"
},
{
"tweet_id": 1176821128465190913,
"tweet_text": "RT @ahaidergilani86: 23 people lost their lives more the 400 injured and she thinks this is a joke?!?",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176486789869166592,
"tweet_text": "RT @MughalAmiruddin: Kashmir #Eaethquke 4 deaths and 100 injured #Mirpur #Pakistan administered #Kashmir",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176498006931202049,
"tweet_text": "19 deaths and 300 injured #earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1177149372058013696,
"tweet_text": "Heard the news from a friend who is in mirpur that due to second earthquake, walls of the mangla dam are cracked, may Allah protect us .ὡ6#earthquake",
"class_label": "infrastructure_and_utility_damage"
},
{
"tweet_id": 1176533362779013126,
"tweet_text": "@RT_com This is exactly going to happen with #kashmir. #Pakistan and International community must react ASAP before #ModiHitler #india genocide in #kashmir as #israel genocide in #palestine . Please STOP #humantrian crisis in #kashmir. Otherwise you cant stop an Atomic war",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176504996973764608,
"tweet_text": "May be it is result of betrayal on #KashmirBleeds_WorldSleeps",
"class_label": "not_humanitarian"
},
{
"tweet_id": 1176467479117410305,
"tweet_text": "Chairman NDMA confirms that 50 people are reported injured and one minor girl is dead in the #earthquake.",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176486406803341312,
"tweet_text": "RT @TariqNaqash: Death toll soars to 8, and of them 3 are minors, says Div Commissioner #Mirpur Chaudhry Muhammad Tayyab. #Earthquake",
"class_label": "injured_or_dead_people"
},
{
"tweet_id": 1176468449570242561,
"tweet_text": "#earthquake center was just 2 KM from #Mangla Cantt. Be Safe Every One Several people injured and one Causality confirmed by SDMA AJK. #mirpur #Mangla #Islamabad",
"class_label": "injured_or_dead_people"
}
] |