<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Automatic Identification and Ranking of Emergency Aids in Social Media Macro Community</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Bhaskar Gautam</string-name>
          <email>bhaskar.gautam2494@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Automatic Information Retrieval Model, Transliteration, Multilin-</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Annappa Basava</string-name>
          <email>annappa@ieee.org</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data Informatics and Analytics Lab, National Institute of Technology</institution>
          ,
          <addr-line>Karnataka, P.O. Srinivasnagar, Surathkal-575025, India 575025</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>gual Language</institution>
          ,
          <addr-line>Embeddings, Multi-layer Perceptron, w-Ranking, Key Algorithm</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>Online social microblogging platforms including Twiter are increasingly used for aiding relief operations during disaster events. During most of the calamities that can be natural disasters or even armed atacks, non-governmental organizations look for critical information about resources to support efected people. Despite the recent advancement of natural language processing with deep neural networks, retrieval and ranking of short text becomes a challenging task because a lot of conversational and sympathy content merged with the critical information. In this paper, we address the problem of categorical information retrieval and ranking of most relevance information while considering the presence of short-text and multilingual languages that arise during such events. Our proposed model is based on the formation of embedding vector with the help of textual and statistical preprocessing, and finally, entire training 2,100,000 vectors were normalized using feed-forward neural network for need and availability tweets. Another important contribution of this paper lies in novel weighted Ranking Key algorithm based on top five general terms to rank the classified tweets in most relevance with classification. Lastly, we test our model on Nepal Earthquake dataset (contains short text and multilingual language tweets) and achieved 6.81% of mean average precision on 5,250,000 unlabeled embedding vectors of disaster relief tweets.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
      <p>•Information systems →Data stream mining; Data Cleaning;
Clustering and Classification; • Human-centered computing
→Social tagging systems;</p>
      <p>
        INTRODUCTION
hTe branch of Information-driven and computational social
science research is growing in importance [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], and with this trend,
there is a need of common fully-automatic information retrieval
model to facilitate a robust and reproducible research environment
[
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Initially, Online Social Networks (OSNs) aims to allow users to
communicate, connect with others and share content [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] but
nowadays the OSNs allows its users to broadcast personal thoughts and
content. During natural or man-made disasters, these social
networks provide the rich source of near-real-time data streams which
helps in the formation of emergency situation summarization [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
However, increasingly usage of these social media tweets for
aiding relief operations during disaster events such critical
information is usually submerged with a lot of conversational content,
such as sympathy for the victims of the disaster. Hence, automated
Information Retrieval techniques are needed to extract availability
and absence of any kind of resource to save life.
      </p>
      <p>
        In this paper, we focus on automatic classification and ranking
problem [
        <xref ref-type="bibr" rid="ref12 ref16">12, 16</xref>
        ] for two types of critical information, named as
Need-tweets and Availability-tweets. Our goal is to improve
classification methods and return the tweet in most relevance order with
the class while considering the fact of the presence of short-text
and multilingual language in OSNs. A glimpse of the challenge
described in FIRE 2017 Information Retrieval from Microblogs during
Disasters Track 1 and also discussed in [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Training and
evaluation of the entire model is done using 70,000 tweets which were
posted during the 2015 Nepal earthquake. However, including the
need and availability tweets corpus also include some redundancy
such as the presence of similar tweets and all such false tweets
were removed by Track organizers as discussed in [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] in order to
preserve uniqueness of tweet labels. The purpose of this paper is to
consider the highlighted problem, and the trade-ofs that they
entail. Our paper makes the following contributions (1) We describe
the methodology and (2) release the pseudo code in order to
replicate the results of entire paper. The remainder of this paper is
structured as follows: in Section 2, we present the Feature resolution
methods used to create a feature vector for neural network model.
Section 3 presents methodology followed in the formation of entire
information retrieval model. Section 4 discusses the task required
to form classification model. Section 5 discusses the weighted
ranking key algorithm and Section 6 depicts about the evaluation and
result of the model while comparing with another team. Finally
the paper concludes in Section 7 with discussing some of the
conceivable use cases.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>FEATURE RESOLUTION METHODS</title>
      <p>In this section, we discuss the Feature Resolution Methods which
helps in the formation of embedding vectors proposed to consumed
by our classification model. The methods are - Textual
preprocessing and Statistical Preprocessing which exploits the public</p>
      <sec id="sec-2-1">
        <title>1htps://sites.google.com/site/irmidisfire2017/</title>
        <p>information of social network users with the help of Stanford NLP
Toolkit 2 while preserving privacy. A detailed description of each
method is elaborated in following sections.
2.1</p>
        <p>
          Textual Preprocessing
hTe goal of this phase is to make all tweets in a particular semantics
some of them are discussed in [
          <xref ref-type="bibr" rid="ref14 ref7">7, 14</xref>
          ] considering the tweet which
are writen in a language (specifically English, Hindi, Nepal, and
language which is the combination of Hindi + English). Tweets
are represented as vectors of features, each feature being a word
unigram, by performing standard text preprocessing operations
whose highlights are depicted as follows:
        </p>
        <p>Removing non-ASCII characters.</p>
        <p>Removing all the stopwords (also for Hindi and Nepali).
Normalizing all the text of tweets into lowercase.</p>
        <p>ASCII transliterations of Unicode text (Tweet).</p>
        <p>Separation of sentence into tokens (words)
Stemming of social media tweets using the standard Porter
stemmer.
2.2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Statistical Preprocessing</title>
      <p>During Disaster-related crises, the social media tweets which
belonged to the same context generally submerged with interrelated
keywords which summarized the entire tweet (are discussed in
Table 1) and referred in the rest of the paper. These keywords consist
of tweets which describe the resource availability status and
moreover the need of the resources.</p>
      <sec id="sec-3-1">
        <title>Availability</title>
        <p>Need
s
d
r
ow1;500
y
e
k
f
o
cy 1;000
n
e
u
q
e
r
F
iev 500
t
a
l
u
m
u
C
0
uQestion</p>
        <p>Link</p>
        <p>Hash</p>
        <p>Mention</p>
        <p>Number</p>
        <p>hTe contribution of these keywords are described in Figure 1,
where Availability Tweets have the maximum contribution. To have
reflection of these tokens in tweet, we generalize some tokens by
replacing ? by the token QUESTION, hyperlinks by the token LINK,
Hashtag by the token HASH, MENTION token is the replacement
of (@username) and lastly, any number of the tweets are replaced
by NUMBER.
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>METHODOLOGY</title>
      <p>
        Most of the users in Online Social Network (specifically, Twiter)
share personal information, random thoughts, opinions/complaints
and facts [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ]. Moreover, with in near-real-time these social
network explodes with an activity whenever any calamity takes place
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Considering above statements as a hypothesis for this paper,
we combine the discussed feature resolution methods to create
a fully-automated system, named as Categorical Information
Retrieval (IR) and outlined in architecture Diagram 2. Given the
social networking post (tweet, that are associated with the related
hashtag), the Categorical IR initiates with the formation of two
feature vectors termed as Textual preprocessing and Statistical
Preprocessing.
      </p>
      <p>Textual preprocessing
Needy Tweet Rank
Social Networking Post</p>
      <p>Classifier Model</p>
      <p>
        Classified Tweets
Statistical preprocessing
Availability Tweet Rank
hTe formation of these feature vectors are essential as it
normalizes the semantics of the given post. These preprocessed posts are
transformed into embedding [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] vectors of size 100 and 5 in length
respectively. Once the initialization of entire embedding are done,
our classification model (further elaborated in Section 4) precisely
able to categorize any tweets with respect to its relevance with the
help of these embeddings. After enforcing these requirements, our
Ranking algorithm will precisely rank the classified tweet
irrespective of any language within a relevance class.
4
      </p>
    </sec>
    <sec id="sec-5">
      <title>CLASSIFICATION MODEL</title>
      <p>
        Classification model initiates with the formation of words
embeddings for every social media tweet using Textual preprocessing
with the help of Doc2vec model[
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], well suited for variable length
and short length text which outperforms the Word2vec model and
probabilistic latent semantic analysis model approach discussed
in [
        <xref ref-type="bibr" rid="ref13 ref5 ref8">5, 8, 13</xref>
        ]. Now, each of the word embedding (of size 100 in
length) combines another feature vector which was formed using
the frequency of each token (discussed in Section 2.2) available in a
tweet. After preprocessing, we have one entire embedding vector
of length 105 which will be the final representative of the
respective class.
      </p>
      <p>Social media tweets in entire training corpus are transformed
into 21,00,000 vectors (each of length 105) in which the absence of
most similar tweets are ensured by the track organizers. These
embeddings will be the input for multilayer preceptron (a
feedforward Artificial Neural Network model). Multilayer preceptron
model runs upto 300 iterations with an “ReLu” as a activation
function. During the training of model, entire training embedding
vectors (2,100,000) were cross-validated with K-folds (k=10), and gives</p>
    </sec>
    <sec id="sec-6">
      <title>CATEGORY BASED RANKING</title>
      <p>Classification model efectively classifies each social media tweet
to the respective class and each classified tweet along with the
prediction score (termed as scoreneed and scoreavail ability ) are
collected separately as depicted in Figure 2. With the
weighted(w)Ranking Key algorithm, we transform the probability of tweet
belong to relevance class with the rank score (termed as Rankscor e ).
Ranking of tweets based on Rankscor e helps in prioritizing tweets
with most relevant to class considering the presence non relevance
tweets.
5.1</p>
      <p>
        w-Ranking Key Algorithm
w-Ranking Key Algorithm proceeds with the initialization of two
buckets of top 20 keywords from each relevance class of tweets
available in “Classified Tweet” using Twiter LDA (TLDA) topic
modeling model which already outperforms the state-of-the-art
model on news corpora discussed in [
        <xref ref-type="bibr" rid="ref17 ref4">4, 17</xref>
        ] and in rest of the
paper, we refer these bucket as a K20 N eed and K20 Availability
respectively. To provide more weights to tweets which contain
keywords as described in Table 1, we have created two more small
buckets labeled them as H5 N eed and H5 Availability
respectively. Moreover, each keyword is classified into most relevance
class and annotation of each keyword with respect of class also
shown in Table 1. You may note that each keyword can be
assigned to more than one category, as the corresponding keyword
could belong to more than one category.
      </p>
      <p>For each classified tweet, algorithm makes count the presence
of each annotated keyword with α1; α2; and α3. We pool the
relevance class score with the updated relevance class score. Now, if
the similarity score between the word available in each tweet and
the tokens available in buckets (H5 and K20 of category) exceeds
a certain high confidence threshold C, we exponentially upgrades
the pool score with itself (and hence it provides the more weight
to keyword which is most relevant). For our similarity metric
between keywords, Levenshtein Distance (named after Vladimir
Levenshtein, 1965) is preferable among another more obvious
candidate in string similarity metrics considering the presence of short
text language used in a tweet. Moreover, the algorithm assigns
negative weights to the tweet which contains most common
keywords available in a most non-relevance tweet such as ”quake” and
rse 0:6
z
i
n
a
g
r
o
y
bd 0:4
e
t
a
m
i
t
s
e
s
ltu 0:2
s
e
R
n
o
i
t
a
u
la 0
v
E</p>
    </sec>
    <sec id="sec-7">
      <title>EVALUATION AND RESULTS</title>
      <p>Primarily, the motivation for this paper is to get a quick overview
of the current fully-automated state-of-the-art models for disaster
reliefs for various countries. We reviewed several Information
Retrieval (IR) models but none of them have the beter precision for
short text and multilingual languages. In this section, we
highlight the precision and recall of our proposed fully-automatic IR
model for disaster reliefs (obtained with the prediction of class and
ranking for 50,000 tweets). The performance evaluation of model</p>
      <sec id="sec-7-1">
        <title>Precision@100</title>
      </sec>
      <sec id="sec-7-2">
        <title>Recall@1000 Map</title>
        <p>shown in Figure 3 while comparing the evaluation results with
another Team (NU_Team) participated in track. Diferent evaluation
metrics (such as precision, recall) and measures were used on top
100 and 1000 tweets (ranked by our algorithm) respectively.
Finally with the help of mean average precision results were
evaluated while comparing with a gold-standard dataset of Nepal
Earthquake.
7</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>CONCLUSIONS AND FUTURE WORK</title>
      <p>In this paper, we addressed the problem of categorical information
retrieval and ranking model for disaster relief while considering
the presence of short-text and multilingual languages. In such a
scenario, we can expect to have a lot of conversational and
sympathy content submerged with the critical information. Moreover,
most of the critical information on Online Social Media regarding
disaster relief are either in form of short-text or in local regional
language. Hence, Our fully-automated Categorical information
retrieval model for disaster relief integrates textual and statistical
preprocessing methods. Through the combination of textual and
statistical embeddings we train our model with a multi layer
preceptron model with the presence of 76% Availability Tweets and 23% of
Need Tweets achieved 6.81% of mean average precision on 50,000
unlabeled disaster relief tweets. Categorical model can be used in
evaluation of number available resources with need of resource
ultimately it helps in reducing the load on public emergency services
and coordinate social efort to save lives. Our experiments on
Twitter data from Nepal Earthquake dataset strongly indicates that the
proposed fully-automated supervised approach could most often
result in improving the accuracy as compared to state-of-the-art
approaches and produces the similar result on other dataset even
on real time streaming. We plan to extend our approach with deep
residual networks and with this strategy it is expected to result in
further improvement in precision and recall of architecture.</p>
      <p>Categorical model can be used in evaluation even mapping of
number available resources with need of resource and with such
mapping it reduces the load on public emergency services and
coordinate social efort to save lives. Our experiments on Twiter
data from Nepal Earthquake dataset strongly indicates that the
proposed fully-automated supervised approach could most often
result in improving the accuracy as compared to state-of-the-art
approaches and produces the similar result on other dataset even
on real time streaming. We plan to extend our approach with deep
residual networks and with this strategy is expected to result in
further improvement in precision and recall of architecture.
A</p>
    </sec>
    <sec id="sec-9">
      <title>APPENDIX</title>
      <p>ALGORITHM 1: Ranking Key Overview
λN eed
λav ail abil ity
max(scor eneed )</p>
      <p>max(scor eav ail abil ity )
Function generate (Given Category, Generate Ranks cor e)
for each tweet 2 tweetsDat aBase do
if tweetcat eдor y 2 category then
α1
α2
α3</p>
      <p>end
end
Rankscor e</p>
      <p>Number of αcat eдor y 2 tweet ;
Number of βcat eдor y 2 tweet ;</p>
      <p>Number of γcat eдor y 2 tweet ;
for each word 2 (K20 cat eдor y and H5 cat eдor y )
scor ecat eдor y</p>
      <p>scor ecat eдor y * λcat eдor y ;
if similarity ({FP or ”quake”}, tweet) &gt; C then
scor ecat eдor y</p>
      <p>scor ecat eдor y * -1;
scor ecat eдor y ;
end
return (α1 + α2 + α3 ) * Rankscor e ;
end</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Moumita</given-names>
            <surname>Basu</surname>
          </string-name>
          , Saptarshi Ghosh, Kripabandhu Ghosh, and
          <string-name>
            <given-names>Monojit</given-names>
            <surname>Choudhury</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Overview of the FIRE 2017 track: Information Retrieval from Microblogs during Disasters (IRMiDis)</article-title>
          .
          <source>In Working notes of FIRE</source>
          <year>2017</year>
          <article-title>- Forum for Information Retrieval Evaluation (CEUR Workshop Proceedings</article-title>
          ).
          <source>CEUR-WS.org.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Prateek</given-names>
            <surname>Dewan</surname>
          </string-name>
          , Varun Bharadhwaj, Aditi Mithal, Anshuman Suri, and
          <string-name>
            <given-names>Ponnurangam</given-names>
            <surname>Kumaraguru</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Visual Themes and Sentiment on Social Networks To Aid First Responders During Crisis Events</article-title>
          .
          <source>CoRR abs/1610</source>
          .07772 (
          <year>2016</year>
          ). http://arxiv.org/abs/1610.07772
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Mats</given-names>
            <surname>Eriksson</surname>
          </string-name>
          and
          <string-name>
            <surname>Eva-Karin Olsson</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Facebook and Twiter in Crisis Communication: A Comparative Study of Crisis Communication Professionals and Citizens</article-title>
          .
          <source>Journal of Contingencies and Crisis Management</source>
          <volume>24</volume>
          ,
          <issue>4</issue>
          (
          <year>2016</year>
          ),
          <fpage>198</fpage>
          -
          <lpage>208</lpage>
          . https://doi.org/10.1111/
          <fpage>1468</fpage>
          -
          <lpage>5973</lpage>
          .
          <fpage>12116</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Anjie</given-names>
            <surname>Fang</surname>
          </string-name>
          , Craig Macdonald, Iadh Ounis, and
          <string-name>
            <given-names>Philip</given-names>
            <surname>Habel</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Using Word Embedding to Evaluate the Coherence of Topics from Twiter Data</article-title>
          .
          <source>In Proceedings of the 39th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '16)</source>
          . ACM, New York, NY, USA,
          <fpage>1057</fpage>
          -
          <lpage>1060</lpage>
          . https://doi.org/10.1145/2911451.2914729
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <surname>Abhinav K. R.</surname>
          </string-name>
          , and
          <string-name>
            <surname>Annappa</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Fuzzy sentiment analysis on microblogs for movie revenue prediction</article-title>
          .
          <source>In 2013 International Conference on Emerging Trends in Communication, Control, Signal Processing and Computing Applications (C2SPCA)</source>
          .
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . https://doi.org/10.1109/C2SPCA.
          <year>2013</year>
          .6749350
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Maria</given-names>
            <surname>Han Veiga</surname>
          </string-name>
          and
          <string-name>
            <given-names>Carsten</given-names>
            <surname>Eickhof</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A Cross-Platform Collection of Social Network Profiles</article-title>
          .
          <source>In Proceedings of the 39th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '16)</source>
          . ACM, New York, NY, USA,
          <fpage>665</fpage>
          -
          <lpage>668</lpage>
          . https://doi.org/10.1145/2911451.2914666
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Ali</given-names>
            <surname>Hürriyetoglu</surname>
          </string-name>
          and
          <string-name>
            <given-names>Nelleke</given-names>
            <surname>Oostdijk</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Extracting Humanitarian Information from Tweets.</article-title>
          .
          <source>In SMERP@ ECIR</source>
          .
          <fpage>73</fpage>
          -
          <lpage>84</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Prannay</given-names>
            <surname>Khosla</surname>
          </string-name>
          , Moumita Basu, Kripabandhu Ghosh, and
          <string-name>
            <given-names>Saptarshi</given-names>
            <surname>Ghosh</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Microblog Retrieval for Post-Disaster Relief: Applying and Comparing Neural IR Models</article-title>
          .
          <source>CoRR abs/1707</source>
          .06112 (
          <year>2017</year>
          ). http://arxiv.org/abs/1707.06112
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>David</given-names>
            <surname>Lazer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Alex</given-names>
            <surname>Pentland</surname>
          </string-name>
          , Lada Adamic, Sinan Aral,
          <string-name>
            <surname>Albert-László</surname>
            <given-names>Barabási</given-names>
          </string-name>
          , Devon Brewer, Nicholas Christakis,
          <string-name>
            <given-names>Noshir</given-names>
            <surname>Contractor</surname>
          </string-name>
          , James Fowler, Myron Gutmann, Tony Jebara,
          <string-name>
            <given-names>Gary</given-names>
            <surname>King</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Macy</surname>
          </string-name>
          , Deb Roy, and Marshall Van Alstyne.
          <year>2009</year>
          .
          <article-title>Computational Social Science</article-title>
          .
          <source>Science</source>
          <volume>323</volume>
          ,
          <issue>5915</issue>
          (
          <year>2009</year>
          ),
          <fpage>721</fpage>
          -
          <lpage>723</lpage>
          . https://doi.org/10.1126/science.1167742 arXiv:htp://science.sciencemag.org/content/323/5915/721.full.pdf
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Quoc</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Le</surname>
            and
            <given-names>Tomas</given-names>
          </string-name>
          <string-name>
            <surname>Mikolov</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Distributed Representations of Sentences and Documents</article-title>
          .
          <source>CoRR abs/1405</source>
          .4053 (
          <year>2014</year>
          ). http://arxiv.org/abs/1405.4053
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Mor</surname>
            <given-names>Naaman</given-names>
          </string-name>
          , Jefrey Boase, and
          <string-name>
            <surname>Chih-Hui Lai</surname>
          </string-name>
          .
          <year>2010</year>
          . Is It Really About Me?
          <article-title>: Message Content in Social Awareness Streams</article-title>
          .
          <source>In Proceedings of the 2010 ACM Conference on Computer Supported Cooperative Work (CSCW '10)</source>
          . ACM, New York, NY, USA,
          <fpage>189</fpage>
          -
          <lpage>192</lpage>
          . https://doi.org/10.1145/1718918.1718953
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Tahora</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Nazer</surname>
          </string-name>
          , Fred Morstater, Harsh Dani, Huan Liu, undefined, undeifned, undefined, and undefined.
          <source>2016</source>
          .
          <article-title>Finding requests in social media for disaster relief</article-title>
          .
          <source>2016 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM) 00</source>
          (
          <year>2016</year>
          ),
          <fpage>1410</fpage>
          -
          <lpage>1413</lpage>
          . https: //doi.org/doi.ieeecomputersociety.
          <source>org/10</source>
          .1109/ASONAM.
          <year>2016</year>
          .7752432
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Dat</given-names>
            <surname>Tien</surname>
          </string-name>
          <string-name>
            <given-names>Nguyen</given-names>
            ,
            <surname>Shafiq R. Joty</surname>
          </string-name>
          , Muhammad Imran, Hassan Sajjad, and
          <string-name>
            <given-names>Prasenjit</given-names>
            <surname>Mitra</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Applications of Online Deep Learning for Crisis Response Using Social Media Information</article-title>
          .
          <source>CoRR abs/1610</source>
          .01030 (
          <year>2016</year>
          ). arXiv:
          <volume>1610</volume>
          .01030 http://arxiv.org/abs/1610.01030
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Hemant</surname>
            <given-names>Purohit</given-names>
          </string-name>
          , Carlos Castillo, Fernando Diaz, Amit Sheth, and
          <string-name>
            <given-names>Patrick</given-names>
            <surname>Meier</surname>
          </string-name>
          .
          <year>2013</year>
          .
          <article-title>Emergency-relief coordination on social media: Automatically matching resource requests and ofers</article-title>
          .
          <source>First Monday</source>
          <volume>19</volume>
          ,
          <issue>1</issue>
          (
          <year>2013</year>
          ). https://doi.org/10.5210/ fm.v19i1.
          <fpage>4848</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Koustav</surname>
            <given-names>Rudra</given-names>
          </string-name>
          , Siddhartha Banerjee, Niloy Ganguly, Pawan Goyal, Muhammad Imran, and
          <string-name>
            <given-names>Prasenjit</given-names>
            <surname>Mitra</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Summarizing Situational and Topical Information During Crises</article-title>
          .
          <source>CoRR abs/1610</source>
          .01561 (
          <year>2016</year>
          ). arXiv:
          <volume>1610</volume>
          .01561 http://arxiv.org/abs/1610.01561
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Koustav</surname>
            <given-names>Rudra</given-names>
          </string-name>
          , Subham Ghosh, Niloy Ganguly, Pawan Goyal, and
          <string-name>
            <given-names>Saptarshi</given-names>
            <surname>Ghosh</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Extracting Situational Information from Microblogs During Disaster Events: A Classification-Summarization Approach</article-title>
          .
          <source>In Proceedings of the 24th ACM International on Conference on Information and Knowledge Management (CIKM '15)</source>
          . ACM, New York, NY, USA,
          <fpage>583</fpage>
          -
          <lpage>592</lpage>
          . https://doi.org/10.1145/ 2806416.2806485
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>Wayne</given-names>
            <surname>Xin</surname>
          </string-name>
          <string-name>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Jing</given-names>
            <surname>Jiang</surname>
          </string-name>
          , Jianshu Weng, Jing He,
          <string-name>
            <surname>Ee-Peng Lim</surname>
            , Hongfei Yan, and
            <given-names>Xiaoming</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Comparing Twiter and Traditional Media Using Topic Models</article-title>
          . Springer Berlin Heidelberg, Berlin, Heidelberg,
          <fpage>338</fpage>
          -
          <lpage>349</lpage>
          . https://doi. org/10.1007/978-3-
          <fpage>642</fpage>
          -20161-5_
          <fpage>34</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>