ACL-OCL / Base_JSON /prefixN /json /nlpcovid19 /2020.nlpcovid19-2.37.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "2020",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:39:21.196599Z"
},
"title": "Real-time Classification, Geolocation and Interactive Visualization of COVID-19 Information Shared on Social Media to Better Understand Global Developments",
"authors": [
{
"first": "Andrei",
"middle": [],
"last": "Mircea",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "McGill University Montreal",
"location": {
"region": "QC",
"country": "Canada"
}
},
"email": "mirceara@mila.quebec"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "As people communicate on social media during COVID-19, it can be an invaluable source of useful and up-to-date information. However, the large volume and noise-to-signal ratio of social media can make this impractical. We present a prototype dashboard for the real-time classification, geolocation and interactive visualization of COVID-19 tweets that addresses these issues. We also describe a novel L2 classification layer that outperforms linear layers on a dataset of respiratory virus tweets.",
"pdf_parse": {
"paper_id": "2020",
"_pdf_hash": "",
"abstract": [
{
"text": "As people communicate on social media during COVID-19, it can be an invaluable source of useful and up-to-date information. However, the large volume and noise-to-signal ratio of social media can make this impractical. We present a prototype dashboard for the real-time classification, geolocation and interactive visualization of COVID-19 tweets that addresses these issues. We also describe a novel L2 classification layer that outperforms linear layers on a dataset of respiratory virus tweets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "As the COVID-19 pandemic continues to rapidly evolve on a global scale, members of the public and crisis managers alike need access to digestible, useful, and up-to-date information. Such information is crucial in enabling informed and responsive decision making that minimizes risk and mitigates harm caused by the virus. Throughout crises, social media platforms in particular have been invaluable to crisis managers as they provide unparalleled situational awareness through grassroots citizens reporting (Burns and Shanley, 2012) . Furthermore, various organizations and individuals share the most recent and relevant information on social media: enabling affected people to stay informed, and crisis managers to measure outreach effectiveness (Jin et al., 2014) .",
"cite_spans": [
{
"start": 508,
"end": 533,
"text": "(Burns and Shanley, 2012)",
"ref_id": "BIBREF5"
},
{
"start": 748,
"end": 766,
"text": "(Jin et al., 2014)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "However, just as social media can empower the effective dissemination of useful information, it also enables the spread of harmful misinformation. In fact, the signal-to-noise ratio of information shared on social media is a well-known problem (Imran et al., 2016) , and misinformation has been a pervasive problem throughout the COVID-19 pandemic (Brennen et al., 2020) . Extracting up-to-date, useful, and digestible information from social media platforms also has its own challenges:",
"cite_spans": [
{
"start": 244,
"end": 264,
"text": "(Imran et al., 2016)",
"ref_id": "BIBREF13"
},
{
"start": 348,
"end": 370,
"text": "(Brennen et al., 2020)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Digestible: the sheer volume of posts shared on social media can make it an impractical source of information (e.g. Banda et al. (2020) report 4 million COVID-19 tweets per day);",
"cite_spans": [
{
"start": 118,
"end": 137,
"text": "Banda et al. (2020)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Useful: different people in different places need different information, what is useful to a student in Montreal may not be useful to a crisis manager in Beijing;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Up-to-date: due to the large velocity of social media posts and the speed at which a situation can evolve, the most up-to-date information may rapidly change.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To address these challenges, we built a prototype dashboard that classifies and geolocates COVID-19 tweets in real-time, making it easier to explore useful and up-to-date information in a digestible and intuitive way ( Figure 1 ). The primary components of our system are:",
"cite_spans": [],
"ref_spans": [
{
"start": 219,
"end": 227,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Text-based geolocation of tweets: Filtering information by location is an important first step in ensuring its usefulness and digestibility. Unfortunately, less than 1% of tweets are geotagged (Marciniec, 2019) . We use named entity-recognition and a gazetteer to address this issue;",
"cite_spans": [
{
"start": 195,
"end": 212,
"text": "(Marciniec, 2019)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 L2 classification of tweets: Categorizing tweets can also improve their usefulness and digestibility. We fine-tune BERT on respiratory virus tweet classification using a novel metric-learning inspired L2 classification layer that outperforms linear layers;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Interactive map: Our tweet geolocation and classification allows us to organize and present useful information on an interactive map that emphasizes the most up-to-date tweets and makes it easier to navigate the large volume of information in an intuitive way. 2 System Overview",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "To collect relevant tweets in real-time, we used the Twitter statuses/filter API with the following search terms: coronavirus, covid19, covid-19, covid, filtering english tweets. In Banda et al. (2020) , over 80% of COVID-19 tweets are retweets (i.e. the same content shared by different people), therefore we also filter out retweets to reduce the volume of information and make it more digestible.",
"cite_spans": [
{
"start": 182,
"end": 201,
"text": "Banda et al. (2020)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tweet Streaming",
"sec_num": "2.1"
},
{
"text": "To automatically classify COVID-19 tweets into useful categories, we fine-tune a pooled bert-base-cased pretrained language model (Devlin et al., 2018 ) on a dataset of labeled tweets from the 2014 Middle-Eastern Respiratory Syndrome (MERS) outbreak (Imran et al., 2016) . Class descriptions are shown in Table 1 while class counts are shown in Table 2 . The dataset was split into a stratified train-test split. To address the issue of class imbalance during training, we oversample elements of every class until the same number of elements as the majority class is reached.",
"cite_spans": [
{
"start": 130,
"end": 150,
"text": "(Devlin et al., 2018",
"ref_id": "BIBREF9"
},
{
"start": 250,
"end": 270,
"text": "(Imran et al., 2016)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 305,
"end": 312,
"text": "Table 1",
"ref_id": "TABREF1"
},
{
"start": 345,
"end": 352,
"text": "Table 2",
"ref_id": "TABREF3"
}
],
"eq_spans": [],
"section": "Training Data",
"sec_num": "2.2.1"
},
{
"text": "Traditional linear classification layers that map Ddimensional embeddings to N logits via a D \u00d7 N matrix multiplication are performing metric learning in the inner product space (Chen et al., 2018) . However, inner product similarity has a bias against rare classes which have low-norm embeddings (Demeter et al., 2020) and prevents the use of learned representations in downstream tasks which use L2 distance, e.g. K-means clustering. We propose a novel classification layer that computes negative L2 distances as logits instead. The latency of our model is comparable to that of a traditional linear classification layer, observing inference speeds of 400-750ms on a consumer-grade machine with a 2080Ti GPU and an i5-8600K CPU.",
"cite_spans": [
{
"start": 178,
"end": 197,
"text": "(Chen et al., 2018)",
"ref_id": "BIBREF6"
},
{
"start": 297,
"end": 319,
"text": "(Demeter et al., 2020)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "L2 Classification",
"sec_num": "2.2.2"
},
{
"text": "Our approach obtains a best validation accuracy of 76.84%, compared to 76.35% for the traditional inner-product based method after 20 epochs of training with a batch size of 16, an adamw optimizer, and a learning rate of 1e\u22125, taking evaluation metrics from the epoch with the best validation loss. Despite the limited increase in accuracy, we find that our approach significantly improves the F1 score of rare classes suggesting it addresses the bias of inner product similarity (Table 2) Following reviewer feedback, we also evaluate our approach on tweets from the 2014 Pakistan Floods (Imran et al., 2016) to more rigorously verify this hypothesis. However we find our approach does not consistently improve F1 scores (Table 3) , indicating there are other factors at play beyond the bias of inner product similarity. ",
"cite_spans": [
{
"start": 589,
"end": 609,
"text": "(Imran et al., 2016)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [
{
"start": 480,
"end": 489,
"text": "(Table 2)",
"ref_id": "TABREF3"
},
{
"start": 722,
"end": 731,
"text": "(Table 3)",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "L2 Classification",
"sec_num": "2.2.2"
},
{
"text": "To geolocate tweets from their text content, we use the named entity recognizer from Honnibal and Montani (2017) to extract name places, then match them to the GeoNames gazetteer to extract geo-coordinates (Halterman, 2017) . We divide geolocations into those extracted from user-provided tweet geo-tags, as well as cities and countries extracted from tweet texts and from user bio texts. We then allow users to filter their preferred types of geolocation. Tweets with multiple geolocations (e.g. a Canadian in the UK tweeting about France) are duplicated on the map.",
"cite_spans": [
{
"start": 85,
"end": 112,
"text": "Honnibal and Montani (2017)",
"ref_id": null
},
{
"start": 206,
"end": 223,
"text": "(Halterman, 2017)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text-based geolocation",
"sec_num": "2.2.3"
},
{
"text": "Classified and geolocated tweets are mapped in real-time. While the geolocation allows users to intuitively navigate geographically relevant content, tweets are also color-coded along their different categories to make it easier for users to find tweets relevant to them. The opacity of a tweet is also proportional to its recency, such that more recent tweets pop out on the map and allow users to easily track the most up-to-date information. Lastly, the dashboard makes it easy to filter tweets along different categories, timespans or keywords, and to visualize a tweet's text by hovering over it.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Visualization",
"sec_num": "2.2.4"
},
{
"text": "The real-time visualization of classified and geolocated tweets on an interactive map has been demonstrated before. For example, Sankaranarayanan et al. (2009) use a Naive Bayes classifier to identify tweets about news, and statistical NER combined with a gazetteer to geoparse tweets by extracting and resolving location names (toponyms) from their content. Middleton et al. (2014) apply a similar geoparsing approach to tweets from natural disasters, as they find less than 1% of tweets are geotagged. However, due to the highly local nature of natural disasters, they eschew NER in favor of simple string matching with a predetermined set of valid toponyms. Furthermore, they do not perform tweet classification.",
"cite_spans": [
{
"start": 129,
"end": 159,
"text": "Sankaranarayanan et al. (2009)",
"ref_id": "BIBREF18"
},
{
"start": 359,
"end": 382,
"text": "Middleton et al. (2014)",
"ref_id": "BIBREF17"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "In contrast, Benitez et al. (2018) classify tweets by disaster type, but do not perform geoparsing, relying on geotagged tweets instead. Similar other works classify, geoparse, and map tweets in realtime during various crises (Choi and Bae, 2015; Mao et al., 2018; Avvenuti et al., 2018; Anbalagan and Valliyammai, 2016; Hernandez-Suarez et al., 2019) .",
"cite_spans": [
{
"start": 13,
"end": 34,
"text": "Benitez et al. (2018)",
"ref_id": "BIBREF3"
},
{
"start": 226,
"end": 246,
"text": "(Choi and Bae, 2015;",
"ref_id": "BIBREF7"
},
{
"start": 247,
"end": 264,
"text": "Mao et al., 2018;",
"ref_id": "BIBREF15"
},
{
"start": 265,
"end": 287,
"text": "Avvenuti et al., 2018;",
"ref_id": "BIBREF1"
},
{
"start": 288,
"end": 320,
"text": "Anbalagan and Valliyammai, 2016;",
"ref_id": "BIBREF0"
},
{
"start": 321,
"end": 351,
"text": "Hernandez-Suarez et al., 2019)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "To the best of our knowledge, we are the first to combine, in a real-time tweet mapping interface, both neural NER geoparsing and multi-class classification for a single event type of global scale.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "We present a prototype dashboard for the real-time classification, geolocation and interactive visualization of COVID-19 information shared on social media. We design our system to make it as easy as possible for users to find useful and up-to-date information in a digestible format, addressing fundamental issues in extracting valuable information from social media during crises.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "More specifically, we leverage natural language processing to geolocate a portion of the large amount of non-geotagged tweets we capture, helping users find geographically relevant information. We also fine-tune a novel L2 classification layer to categorize tweets in useful labels, helping users structure and navigate the large volume of tweets we capture.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "Lastly, we also show our novel L2 classification layer surpasses traditional linear layers in terms of accuracy and per-class F1 scores on a dataset of respiratory virus tweets. However, following reviewer feedback we find that this improvement is not consistent on other datasets, suggesting the need for future research to better understand the factors at play.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "3"
},
{
"text": "Our dashboard prototype has several opportunities for improvement. These make interesting potential avenues for future research in natural language processing and include:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "5"
},
{
"text": "\u2022 Automatic term seeding for capturing a greater proportion of relevant tweets through the Twitter API;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "5"
},
{
"text": "\u2022 Better geoparsing to capture provinces and reduce false positives from place-like names;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "5"
},
{
"text": "\u2022 Unsupervised or human-in-the-loop tweetclustering to dynamically capture novel fine grained topics not present in past labeled data;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "5"
},
{
"text": "\u2022 Identification of misinformation and firstperson narratives in tweets to better assist crisis managers and affected people;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Future Work",
"sec_num": "5"
}
],
"back_matter": [
{
"text": "We'd like to thank Renee Sieber for her insights on applying NLP to crisis management, and the reviewers for their valuable feedback.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "# chennaifloods: Leveraging human and machine learning for crisis mapping during disasters using social media",
"authors": [
{
"first": "Bhuvaneswari",
"middle": [],
"last": "Anbalagan",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Valliyammai",
"suffix": ""
}
],
"year": 2016,
"venue": "2016 IEEE 23rd International Conference on High Performance Computing Workshops (HiPCW)",
"volume": "",
"issue": "",
"pages": "50--59",
"other_ids": {
"DOI": [
"10.1109/HiPCW.2016.016"
]
},
"num": null,
"urls": [],
"raw_text": "Bhuvaneswari Anbalagan and C Valliyammai. 2016. # chennaifloods: Leveraging human and machine learning for crisis mapping during disasters using social media. In 2016 IEEE 23rd International Con- ference on High Performance Computing Workshops (HiPCW), pages 50-59. IEEE.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Crismap: a big data crisis mapping system based on damage detection and geoparsing. Information Systems Frontiers",
"authors": [
{
"first": "Marco",
"middle": [],
"last": "Avvenuti",
"suffix": ""
},
{
"first": "Stefano",
"middle": [],
"last": "Cresci",
"suffix": ""
},
{
"first": "Fabio",
"middle": [
"Del"
],
"last": "Vigna",
"suffix": ""
},
{
"first": "Tiziano",
"middle": [],
"last": "Fagni",
"suffix": ""
},
{
"first": "Maurizio",
"middle": [],
"last": "Tesconi",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "20",
"issue": "",
"pages": "993--1011",
"other_ids": {
"DOI": [
"10.1007/s10796-018-9833-z"
]
},
"num": null,
"urls": [],
"raw_text": "Marco Avvenuti, Stefano Cresci, Fabio Del Vi- gna, Tiziano Fagni, and Maurizio Tesconi. 2018. Crismap: a big data crisis mapping system based on damage detection and geoparsing. Information Sys- tems Frontiers, 20(5):993-1011.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "A twitter dataset of 70+ million tweets related to covid-19",
"authors": [
{
"first": "J",
"middle": [
"M"
],
"last": "Banda",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Tekumalla",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Gerardo",
"suffix": ""
}
],
"year": 2020,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "JM Banda, R Tekumalla, and C Gerardo. 2020. A twit- ter dataset of 70+ million tweets related to covid-19.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Implementation of ga-based feature selection in the classification and mapping of disaster-related tweets",
"authors": [
{
"first": "Ian",
"middle": [
"P"
],
"last": "Benitez",
"suffix": ""
},
{
"first": "Ariel",
"middle": [
"M"
],
"last": "Sison",
"suffix": ""
},
{
"first": "Ruji",
"middle": [
"P"
],
"last": "Medina",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2nd International Conference on Natural Language Processing and Information Retrieval",
"volume": "",
"issue": "",
"pages": "1--6",
"other_ids": {
"DOI": [
"10.1145/3278293.3278297"
]
},
"num": null,
"urls": [],
"raw_text": "Ian P. Benitez, Ariel M. Sison, and Ruji P. Medina. 2018. Implementation of ga-based feature selection in the classification and mapping of disaster-related tweets. In Proceedings of the 2nd International Con- ference on Natural Language Processing and Infor- mation Retrieval, NLPIR 2018, page 1-6, New York, NY, USA. Association for Computing Machinery.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Types, sources, and claims of covid-19 misinformation",
"authors": [
{
"first": "Felix",
"middle": [],
"last": "Scott Brennen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Simon",
"suffix": ""
},
{
"first": "N",
"middle": [],
"last": "Philip",
"suffix": ""
},
{
"first": "Rasmus Kleis",
"middle": [],
"last": "Howard",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Nielsen",
"suffix": ""
}
],
"year": 2020,
"venue": "Reuters Institute",
"volume": "7",
"issue": "",
"pages": "3--4",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J Scott Brennen, Felix Simon, Philip N Howard, and Rasmus Kleis Nielsen. 2020. Types, sources, and claims of covid-19 misinformation. Reuters Insti- tute, 7:3-1.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Connecting grassroots to government for disaster management",
"authors": [
{
"first": "Ryan",
"middle": [],
"last": "Burns",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Lea",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Shanley",
"suffix": ""
}
],
"year": 2012,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ryan Burns and Lea A Shanley. 2012. Connecting grassroots to government for disaster management. The Wilson Center.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Virtual class enhanced discriminative embedding learning",
"authors": [
{
"first": "Binghui",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Weihong",
"middle": [],
"last": "Deng",
"suffix": ""
},
{
"first": "Haifeng",
"middle": [],
"last": "Shen",
"suffix": ""
}
],
"year": 2018,
"venue": "Advances in Neural Information Processing Systems 31",
"volume": "",
"issue": "",
"pages": "1942--1952",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Binghui Chen, Weihong Deng, and Haifeng Shen. 2018. Virtual class enhanced discriminative em- bedding learning. In S. Bengio, H. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett, editors, Advances in Neural Information Processing Systems 31, pages 1942-1952. Curran Associates, Inc.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The real-time monitoring system of social big data for disaster management",
"authors": [
{
"first": "Seonhwa",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Byunggul",
"middle": [],
"last": "Bae",
"suffix": ""
}
],
"year": 2015,
"venue": "Computer Science and its Applications",
"volume": "",
"issue": "",
"pages": "809--815",
"other_ids": {
"DOI": [
"10.1007/978-3-662-45402-2_115"
]
},
"num": null,
"urls": [],
"raw_text": "Seonhwa Choi and Byunggul Bae. 2015. The real-time monitoring system of social big data for disaster management. In Computer Science and its Applica- tions, pages 809-815, Berlin, Heidelberg. Springer Berlin Heidelberg.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Stolen probability: A structural weakness of neural language models",
"authors": [
{
"first": "David",
"middle": [],
"last": "Demeter",
"suffix": ""
},
{
"first": "Gregory",
"middle": [],
"last": "Kimmel",
"suffix": ""
},
{
"first": "Doug",
"middle": [],
"last": "Downey",
"suffix": ""
}
],
"year": 2020,
"venue": "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "2191--2197",
"other_ids": {
"DOI": [
"10.18653/v1/2020.acl-main.198"
]
},
"num": null,
"urls": [],
"raw_text": "David Demeter, Gregory Kimmel, and Doug Downey. 2020. Stolen probability: A structural weakness of neural language models. In Proceedings of the 58th Annual Meeting of the Association for Compu- tational Linguistics, pages 2191-2197, Online. As- sociation for Computational Linguistics.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Bert: Pre-training of deep bidirectional transformers for language understanding",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Devlin",
"suffix": ""
},
{
"first": "Ming-Wei",
"middle": [],
"last": "Chang",
"suffix": ""
},
{
"first": "Kenton",
"middle": [],
"last": "Lee",
"suffix": ""
},
{
"first": "Kristina",
"middle": [],
"last": "Toutanova",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1810.04805"
]
},
"num": null,
"urls": [],
"raw_text": "Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2018. Bert: Pre-training of deep bidirectional transformers for language understand- ing. arXiv preprint arXiv:1810.04805.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Mordecai: Full text geoparsing and event geocoding",
"authors": [
{
"first": "Andrew",
"middle": [],
"last": "Halterman",
"suffix": ""
}
],
"year": 2017,
"venue": "Journal of Open Source Software",
"volume": "2",
"issue": "9",
"pages": "",
"other_ids": {
"DOI": [
"10.21105/joss.00091"
]
},
"num": null,
"urls": [],
"raw_text": "Andrew Halterman. 2017. Mordecai: Full text geopars- ing and event geocoding. Journal of Open Source Software, 2(9):91.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Using twitter data to monitor natural disaster social dynamics: a recurrent neural network approach with word embeddings and kernel density estimation",
"authors": [
{
"first": "Aldo",
"middle": [],
"last": "Hernandez-Suarez",
"suffix": ""
},
{
"first": "Gabriel",
"middle": [],
"last": "Sanchez-Perez",
"suffix": ""
},
{
"first": "Karina",
"middle": [],
"last": "Toscano-Medina",
"suffix": ""
},
{
"first": "Hector",
"middle": [],
"last": "Perez-Meana",
"suffix": ""
},
{
"first": "Jose",
"middle": [],
"last": "Portillo-Portillo",
"suffix": ""
},
{
"first": "Victor",
"middle": [],
"last": "Sanchez",
"suffix": ""
},
{
"first": "Luis Javier Garc\u00eda",
"middle": [],
"last": "Villalba",
"suffix": ""
}
],
"year": 2019,
"venue": "Sensors",
"volume": "19",
"issue": "7",
"pages": "",
"other_ids": {
"DOI": [
"10.3390/s19071746"
]
},
"num": null,
"urls": [],
"raw_text": "Aldo Hernandez-Suarez, Gabriel Sanchez-Perez, Ka- rina Toscano-Medina, Hector Perez-Meana, Jose Portillo-Portillo, Victor Sanchez, and Luis Javier Garc\u00eda Villalba. 2019. Using twitter data to monitor natural disaster social dynamics: a recurrent neural network approach with word embeddings and kernel density estimation. Sensors, 19(7):1746.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "2017. spacy 2: Natural language understanding with bloom embeddings, convolutional neural networks and incremental parsing",
"authors": [
{
"first": "Matthew",
"middle": [],
"last": "Honnibal",
"suffix": ""
},
{
"first": "Ines",
"middle": [],
"last": "Montani",
"suffix": ""
}
],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Matthew Honnibal and Ines Montani. 2017. spacy 2: Natural language understanding with bloom embed- dings, convolutional neural networks and incremen- tal parsing. To appear.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Twitter as a lifeline: Human-annotated Twitter corpora for NLP of crisis-related messages",
"authors": [
{
"first": "Muhammad",
"middle": [],
"last": "Imran",
"suffix": ""
},
{
"first": "Prasenjit",
"middle": [],
"last": "Mitra",
"suffix": ""
},
{
"first": "Carlos",
"middle": [],
"last": "Castillo",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16)",
"volume": "",
"issue": "",
"pages": "1638--1643",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Muhammad Imran, Prasenjit Mitra, and Carlos Castillo. 2016. Twitter as a lifeline: Human-annotated Twit- ter corpora for NLP of crisis-related messages. In Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC'16), pages 1638-1643, Portoro\u017e, Slovenia. European Language Resources Association (ELRA).",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Examining the role of social media in effective crisis management: The effects of crisis origin, information form, and source on publics' crisis responses",
"authors": [
{
"first": "Yan",
"middle": [],
"last": "Jin",
"suffix": ""
},
{
"first": "Brooke",
"middle": [
"Fisher"
],
"last": "Liu",
"suffix": ""
},
{
"first": "Lucinda",
"middle": [
"L"
],
"last": "Austin",
"suffix": ""
}
],
"year": 2014,
"venue": "Communication research",
"volume": "41",
"issue": "1",
"pages": "74--94",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yan Jin, Brooke Fisher Liu, and Lucinda L Austin. 2014. Examining the role of social media in effec- tive crisis management: The effects of crisis origin, information form, and source on publics' crisis re- sponses. Communication research, 41(1):74-94.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Mapping near-real-time power outages from social media",
"authors": [
{
"first": "Huina",
"middle": [],
"last": "Mao",
"suffix": ""
},
{
"first": "Gautam",
"middle": [],
"last": "Thakur",
"suffix": ""
}
],
"year": 2018,
"venue": "International Journal of Digital Earth",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"DOI": [
"10.1080/17538947.2018.1535000"
]
},
"num": null,
"urls": [],
"raw_text": "Huina Mao, Gautam Thakur, Kevin Sparks, Jibo- nananda Sanyal, and Budhendra Bhaduri. 2018. Mapping near-real-time power outages from social media. International Journal of Digital Earth.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Observing world tweeting tendencies in realtime",
"authors": [
{
"first": "Micha\u0142",
"middle": [],
"last": "Marciniec",
"suffix": ""
}
],
"year": 2019,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Micha\u0142 Marciniec. 2019. Observing world tweeting tendencies in realtime.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Real-time crisis mapping of natural disasters using social media",
"authors": [
{
"first": "S",
"middle": [
"E"
],
"last": "Middleton",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Middleton",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Modafferi",
"suffix": ""
}
],
"year": 2014,
"venue": "IEEE Intelligent Systems",
"volume": "29",
"issue": "2",
"pages": "9--17",
"other_ids": {
"DOI": [
"10.1109/MIS.2013.126"
]
},
"num": null,
"urls": [],
"raw_text": "S. E. Middleton, L. Middleton, and S. Modafferi. 2014. Real-time crisis mapping of natural disasters using social media. IEEE Intelligent Systems, 29(2):9-17.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Twitterstand: News in tweets",
"authors": [
{
"first": "Jagan",
"middle": [],
"last": "Sankaranarayanan",
"suffix": ""
},
{
"first": "Hanan",
"middle": [],
"last": "Samet",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [
"E"
],
"last": "Teitler",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"D"
],
"last": "Lieberman",
"suffix": ""
},
{
"first": "Jon",
"middle": [],
"last": "Sperling",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 17th ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems, GIS '09",
"volume": "",
"issue": "",
"pages": "42--51",
"other_ids": {
"DOI": [
"10.1145/1653771.1653781"
]
},
"num": null,
"urls": [],
"raw_text": "Jagan Sankaranarayanan, Hanan Samet, Benjamin E. Teitler, Michael D. Lieberman, and Jon Sperling. 2009. Twitterstand: News in tweets. In Proceedings of the 17th ACM SIGSPATIAL International Confer- ence on Advances in Geographic Information Sys- tems, GIS '09, page 42-51, New York, NY, USA. Association for Computing Machinery.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"num": null,
"text": "screenshot of dashboard showcasing global scale of COVID-19 information shared on social media."
},
"TABREF1": {
"type_str": "table",
"content": "<table/>",
"html": null,
"num": null,
"text": "Class descriptions provided to annotators of the MERS 2014 tweet dataset."
},
"TABREF3": {
"type_str": "table",
"content": "<table/>",
"html": null,
"num": null,
"text": ""
},
"TABREF5": {
"type_str": "table",
"content": "<table/>",
"html": null,
"num": null,
"text": "Class counts and per-class validation % F1 scores for IP (inner product) and L2 classification layers on the 2014 Pakistan Flood dataset."
}
}
}
}