ACL-OCL / Base_JSON /prefixP /json /P19 /P19-1025.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P19-1025",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T08:22:13.592034Z"
},
"title": "Spatial Aggregation Facilitates Discovery of Spatial Topics",
"authors": [
{
"first": "Aniruddha",
"middle": [],
"last": "Maiti",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Temple University Philadelphia",
"location": {
"postCode": "PA-19122",
"country": "USA"
}
},
"email": "aniruddha.maiti@temple.edu"
},
{
"first": "Slobodan",
"middle": [],
"last": "Vucetic",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Temple University",
"location": {
"addrLine": "Philadelphia, PA-19122",
"country": "USA"
}
},
"email": "vucetic@temple.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Spatial aggregation refers to merging of documents created at the same spatial location. We show that by spatial aggregation of a large collection of documents and applying a traditional topic discovery algorithm on the aggregated data we can efficiently discover spatially distinct topics. By looking at topic discovery through matrix factorization lenses we show that spatial aggregation allows low rank approximation of the original document-word matrix, in which spatially distinct topics are preserved and non-spatial topics are aggregated into a single topic. Our experiments on synthetic data confirm this observation. Our experiments on 4.7 million tweets collected during the Sandy Hurricane in 2012 show that spatial and temporal aggregation allows rapid discovery of relevant spatial and temporal topics during that period. Our work indicates that different forms of document aggregation might be effective in rapid discovery of various types of distinct topics from large collections of documents.",
"pdf_parse": {
"paper_id": "P19-1025",
"_pdf_hash": "",
"abstract": [
{
"text": "Spatial aggregation refers to merging of documents created at the same spatial location. We show that by spatial aggregation of a large collection of documents and applying a traditional topic discovery algorithm on the aggregated data we can efficiently discover spatially distinct topics. By looking at topic discovery through matrix factorization lenses we show that spatial aggregation allows low rank approximation of the original document-word matrix, in which spatially distinct topics are preserved and non-spatial topics are aggregated into a single topic. Our experiments on synthetic data confirm this observation. Our experiments on 4.7 million tweets collected during the Sandy Hurricane in 2012 show that spatial and temporal aggregation allows rapid discovery of relevant spatial and temporal topics during that period. Our work indicates that different forms of document aggregation might be effective in rapid discovery of various types of distinct topics from large collections of documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Social microblogging sites such as Twitter generate large volumes of short documents through the activity of hundreds of millions of users around the world. This provides an unprecedented access to the pulse of the global society. Due to the sheer volume and diversity of the generated content, topic discovery has been an invaluable tool in an effort to make sense of this data. Regardless of a precise definition of a topic and a particular topic model, topics discovery is used to describe pertinent themes in a document corpus and serve to identify events, trends, and interests at the global, local, or a social group level.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Among the most popular topic modeling techniques are Latent Dirichlet Allocation (LDA), Latent Semantic Analysis (LSA), and Non-negative Matrix factorization (NMF). When applying those techniques for topic discovery from microblogs, there are three main challenges: (1) how to improve computational speed, (2) how to extract useful topics, and (3) how to deal with short texts. Many papers were published that address one or more of these challenges and most of them propose to modify the original topic models.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we are focusing on aggregation (also referred to as pooling) (Alvarez-Melis and Saveski, 2016) (Hong and Davison, 2010) (Weng et al., 2010) (Steinskog et al., 2017) , a particular document preprocessing technique that has been empirically shown to be useful for topic discovery from microblogs. The main idea of aggregation is to combine multiple documents into a single document according to some external criterion and to apply a topic discovery algorithm on the aggregated documents. The earliest mentions of aggregation (Mehrotra et al., 2013) (Hong and Davison, 2010) (Weng et al., 2010) are motivated by the difficulty when applying NMF and LDA to very short text documents (Hong and Davison, 2010) . This difficulty in finding useful topics is often attributed to the sparseness of the document-word matrix (Yan et al., 2013) (Cheng et al., 2014) , which fails to provide confident counts of word cooccurrence and information about the shared context (Phan et al., 2008) . Microblogs often come with metadata such as hashtags, author name, time stamp, or location. By aggregating the microblogs according to such metadata, the intuition is that the resulting aggregated documents contain a sufficient number of words for topic modeling schemes to identify meaningful topics. In addition, the authors of those early papers observe that aggregating microblogs that are similar in some sense (semantically, temporally) enriches the content present in a single document and results in better topics (Mehrotra et al., 2013) . Finally, due to reduction in a number of documents, aggregation also leads to computational savings. While aggregation has received interest in the research community and there are several empirical studies illustrating its benefits, we are not aware of a study that manages to provide, beyond brief intuitive arguments, an insight into why aggregation works and what are its advantages and limitations. In this paper we attempt to provide such an insight from the perspective of discovering spatially specific topics. As will be evident, our insights extend to other means of aggregation.",
"cite_spans": [
{
"start": 76,
"end": 109,
"text": "(Alvarez-Melis and Saveski, 2016)",
"ref_id": "BIBREF0"
},
{
"start": 110,
"end": 134,
"text": "(Hong and Davison, 2010)",
"ref_id": "BIBREF8"
},
{
"start": 135,
"end": 154,
"text": "(Weng et al., 2010)",
"ref_id": "BIBREF23"
},
{
"start": 155,
"end": 179,
"text": "(Steinskog et al., 2017)",
"ref_id": "BIBREF20"
},
{
"start": 539,
"end": 562,
"text": "(Mehrotra et al., 2013)",
"ref_id": "BIBREF14"
},
{
"start": 563,
"end": 587,
"text": "(Hong and Davison, 2010)",
"ref_id": "BIBREF8"
},
{
"start": 588,
"end": 607,
"text": "(Weng et al., 2010)",
"ref_id": "BIBREF23"
},
{
"start": 695,
"end": 719,
"text": "(Hong and Davison, 2010)",
"ref_id": "BIBREF8"
},
{
"start": 829,
"end": 847,
"text": "(Yan et al., 2013)",
"ref_id": "BIBREF25"
},
{
"start": 848,
"end": 868,
"text": "(Cheng et al., 2014)",
"ref_id": "BIBREF3"
},
{
"start": 973,
"end": 992,
"text": "(Phan et al., 2008)",
"ref_id": "BIBREF16"
},
{
"start": 1517,
"end": 1540,
"text": "(Mehrotra et al., 2013)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our argument will be given in the context of matrix factorization, where a document-word matrix X is represented as a product W \u2022 H, where j-th row of matrix H represents word distribution in j-th topic and i-th row of matrix W represents a distribution of topics in i-th document. We adopt the terminology from (Kim et al., 2015) , which distinguishes between common and distinct topics (see Figure 1 ), where distribution of common topics within the corpus is not impacted by the aggregation metadata such as location, time, or author of a microblog, and distribution of distinct topics is correlated with the metadata. We show that factorization of the aggregated matrix X a , obtained by merging documents based on metadata (e.g., location), allows its low rank approximation as W a \u2022 H a , where the resulting topic matrix H a retains the distinct topics from H (e.g., spatial topics) and where the common topics from H are merged into a single topic in H a . We will show empirical results confirming this observation both on synthetic and real-life data. In particular, we will demonstrate this behavior in case of spatial and temporal aggregation.",
"cite_spans": [
{
"start": 312,
"end": 330,
"text": "(Kim et al., 2015)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 393,
"end": 401,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The main contribution of this paper is in demonstrating that applying standard topic discovery algorithms such as NMF and LDA on aggregated documents results in discovery of topics related to the aggregation method. Moreover, since the aggregated matrix X a can be orders of magnitude smaller than the original matrix X, the computational cost can also be reduced by orders of magnitude. Finally, as observed in the previous work, aggregation also alleviates the problem of sparsity when discovering topics in microblogs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Topic modeling from microblogs has a vast amount of literature (Steiger et al., 2015) . Early work includes using NMF on term correlation matrix (Yan et al., 2013) and ncut-weighted NMF (Yan et al., 2012) . Recent work includes NMijF (Nugroho et al., 2017) , which takes into account tweet-to-tweet interactions. Location recommendation model based on topic modeling was proposed in (Hu et al., 2013) . NMF is used in Dis-cNMF (Kim et al., 2015) and STExNMF (Shin et al., 2017) to identify spatio-temporal topics. Pairfac (Wen et al., 2016) employs tensor decomposition accounting for location, time, and venue. In TopicOnTiles (Choi et al., 2018) , the entire space-time is divided into small tiles and NMF is performed on each tile separately. LDA (Blei et al., 2003) has also been used for topic detection. In (Zhao et al., 2011) , LDA is used to categorize and summarize tweets. In (Weng et al., 2010) , LDA is used to find influential users in Twitter.",
"cite_spans": [
{
"start": 63,
"end": 85,
"text": "(Steiger et al., 2015)",
"ref_id": "BIBREF19"
},
{
"start": 145,
"end": 163,
"text": "(Yan et al., 2013)",
"ref_id": "BIBREF25"
},
{
"start": 186,
"end": 204,
"text": "(Yan et al., 2012)",
"ref_id": "BIBREF24"
},
{
"start": 234,
"end": 256,
"text": "(Nugroho et al., 2017)",
"ref_id": "BIBREF15"
},
{
"start": 383,
"end": 400,
"text": "(Hu et al., 2013)",
"ref_id": "BIBREF9"
},
{
"start": 427,
"end": 445,
"text": "(Kim et al., 2015)",
"ref_id": "BIBREF10"
},
{
"start": 450,
"end": 477,
"text": "STExNMF (Shin et al., 2017)",
"ref_id": null
},
{
"start": 522,
"end": 540,
"text": "(Wen et al., 2016)",
"ref_id": "BIBREF22"
},
{
"start": 628,
"end": 647,
"text": "(Choi et al., 2018)",
"ref_id": "BIBREF4"
},
{
"start": 746,
"end": 769,
"text": "LDA (Blei et al., 2003)",
"ref_id": null
},
{
"start": 813,
"end": 832,
"text": "(Zhao et al., 2011)",
"ref_id": "BIBREF26"
},
{
"start": 886,
"end": 905,
"text": "(Weng et al., 2010)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Traditional topic modeling techniques such as LDA, LSA, and NMF are sensitive to sparsity (Hong and Davison, 2010) . Different types of document aggregation schemes have been suggested to overcome this issue (Alvarez-Melis and Saveski, 2016) . One example of an aggregation scheme is the author-topic model (Weng et al., 2010) , in which multiple tweets from the same user are aggregated to construct documents representative of the user. In (Hong and Davison, 2010) , it was observed that document aggregation endows the resulting dataset with interesting properties, where aggregation based on authors has been reported to produce topics which are different from topics discovered on non-aggregated dataset. User level aggregation was also found to be useful in related papers (Giorgi et al., 2018) . Similar results were also observed for aggregation based on hashtags (Steinskog et al., 2017) . These papers did not attempt to explain the mechanism behind changes in the discovered topics and this is where our current paper makes a contribution.",
"cite_spans": [
{
"start": 90,
"end": 114,
"text": "(Hong and Davison, 2010)",
"ref_id": "BIBREF8"
},
{
"start": 208,
"end": 241,
"text": "(Alvarez-Melis and Saveski, 2016)",
"ref_id": "BIBREF0"
},
{
"start": 307,
"end": 326,
"text": "(Weng et al., 2010)",
"ref_id": "BIBREF23"
},
{
"start": 442,
"end": 466,
"text": "(Hong and Davison, 2010)",
"ref_id": "BIBREF8"
},
{
"start": 779,
"end": 800,
"text": "(Giorgi et al., 2018)",
"ref_id": "BIBREF6"
},
{
"start": 872,
"end": 896,
"text": "(Steinskog et al., 2017)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "2"
},
{
"text": "Let us assume we are given a corpus of documents",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "D = {d 1 , d 2 , d 3 , .., d N },",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "where N is the total number of documents. Let V be the vocabulary of unique words in the corpus. By using the bag of words representation, the corpus can be represented by a document-word matrix X of dimension N \u00d7 V , where element X i,j is the count of j-th word in i-th document. We will also assume that each document d i is associated with a time stamp t(d i ) \u2208 1, ...T , where T is the number of time steps, and location l(",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "d i ) \u2208 1, ...L,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "where L is the number of locations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "We will make an assumption that there are K topics t 1 , ...t K , where topic t k defines probability that word w j will be generated by the topic as p(w j |t k ), and that each document in a corpus is represented by a single topic. Our simplifying assumption that each document is generated by a single topic is acceptable when dealing with short documents such as microblogs. In addition, it will make it easier to describe the main effect of document aggregation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "Among the K topics, we will assume that the first K d are spatially distinct topics and the second K c are common topics. For common topics, the probability or their occurrence does not depend on location of the document. In other words, p(t k |l) = p(t k ), where l is location. Conversely, for spatially distinct topics, the probability of their occurrence is dependent on the document location. We illustrate such a setup in Figure 2 , where there are 4 spatially distinct topics generated within 4 different circular regions and 2 common topics occurring equally likely over the whole square region. In this example, the probability that a distinct topic is generated within its assigned circle is constant and is zero outside.",
"cite_spans": [],
"ref_spans": [
{
"start": 428,
"end": 436,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "Given D, the objective is to find the distinct topics. In the following we will argue that document aggregation enables computationally efficient discovery of the distinct topics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Problem Setup",
"sec_num": "3.1"
},
{
"text": "In this section we will explain why spatial aggregation of documents facilitates discovery of spatially distinct topics. If we select a subset X k of all documents from X generated by topic t k , the best rank-1 approximation of X k is proportional to n k \u2022 h k , where n k is a column vector of length N whose i-th element is the sum of all words in i-th document and h k is a row vector of length V whose j-th element h kj equals p(w j |t k ). Let us denote this rank-1 approximation as X k",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "1 . If we sort the document-word matrix X by topics, we can approximate it by vertically concatenating rank-1 matrices X k 1 . The rank of the resulting matrix X 1 will be less than or equal to J.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "We observe that the rank of matrix X can be as high as V >> J and that matrix factorization of X into product W \u2022 H cannot guarantee successful topic discovery. On the other hand, we observe that factorization of X 1 can easily result in discovery of the underlying J topics. Unfortunately, generating matrix X 1 is as difficult as the topic discovery problem itself. We argue in the following that aggregation based on location results in generation of a matrix closely related to X 1 . As such, we demonstrate that spatial aggregation is very useful for discovery of spatially distinct topics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "Let us define binary matrix Q with L rows and N columns as spatial aggregation matrix which merges the N original documents into L aggregated documents, where Q l,i = 1 if document x i belongs to l-th location and Q l,i = 0 otherwise. We construct the aggregated document-word matrix of size L \u00d7 V as X a = Q \u2022 X. The expected value of l-th row of matrix X a equals:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "E(X a l ) = k (n lk \u2022 h k ),",
"eq_num": "(1)"
}
],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "where, n lk is a scalar equal to the number of words generated from topic t k in documents from l-th location and h k is a row vector defined in the first paragraph of this subsection. If the number of documents at l-th location is large, the observed X a l will be close to E(X a l ). Since based on equation (1) each row of X a can be approximated as the linear combination of K topic vectors h k , it follows that matrix X a is approximately of rank K or less. We can thus closely approximate X a as product W a \u2022 H a , where k-th row of matrix H a equals h k and (l, k)-th element of matrix W a equals n lk .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "We will now show that W a \u2022 H a has rank lower than K. Since the K c common topics are assumed to be location independent, the number of documents generated by k-th common topic is approximately the same at every location. Thus, we can approximate n lk = n k for each of the K c common topics. Therefore, the last K c columns of matrix W a are constant. As a result, the rank of matrix W a \u2022 H a is K d + 1 or less, where the K c common topics increase the rank by only one. As a result, we can replace the last K c columns of W a with a single column equal to the sum of the last K c columns of W a and replace the last K c rows of H a with a single row equal to the sum of the last K c rows of H a . The resulting topic matrix H a is of dimension (K d + 1) \u00d7 V , where the last row is a sum of word probabilities over all common topics, while the first K d rows are reserved for each of the K d spatially distinct topics. This is a significant result showing that spatial aggregation facilitates discovery of spatially distinct topics while it collapses all documents generated by the common topics into a matrix that can be closely approximated by a rank-1 matrix.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Effect of Spatial Aggregation on Rank",
"sec_num": "3.2"
},
{
"text": "In the previous section we did not specify a particular algorithm for matrix factorization and topic discovery. NMF is a popular matrix factorization algorithm for nonnegative matrices such as document-word matrices. NMF finds nonnegative and sparse matrices W and H whose product approximates the original matrix. It solves the following optimization problem:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NMF and LDA on Aggregated Data",
"sec_num": "3.3"
},
{
"text": "F (W, H) = 1 2 ||X \u2212W \u2022H|| 2 F ro +\u03b1\u2022\u03c1\u2022||W || 1 + \u03b1 \u2022 \u03c1 \u2022 ||H|| 1 + 1 2 \u03b1(1 \u2212 \u03c1) \u2022 ||W || 2 F ro + 1 2 \u03b1(1 \u2212 \u03c1) \u2022 ||H|| 2 F ro . (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NMF and LDA on Aggregated Data",
"sec_num": "3.3"
},
{
"text": "Here, the Frobenius norm of a matrix A is denoted by ||A|| F ro and \u03b1 and \u03c1 are regularization parameters. Rows of W of size N \u00d7 K represent the topic mixture within a particular document where K is the number of topics. Rows of H of size K \u00d7 V represent the word distribution within a particular topic. The NMF optimization problem is typically solved iteratively and the algorithm becomes expensive for large data sets. NMF is also sensitive on collections of short documents such as microblogs. NMF favors commonly occurring topics and commonly ocurring words, which makes finding rare spatially distinct topics very difficult. Document aggregation based on metadata such as location directly addresses the aforementioned NMF issues. The arguments in the previous sections demonstrate the benefit of aggregation through matrix factorization. However, our assumptions made in 3.1 closely resemble the generating process used in LDA, where each document is a mixture over latent topics, and each topic is characterized by a distribution over words. From the corpus, LDA learns the topic distribution over documents and word distribution over topics. While, in theory, LDA should be able to discover topics directly from the original matrix X, it suffers from the same shortcomings as NMF: it is slow, fragile, and sensitive to sparse documents. As will be demonstrated in the experiments, document aggregation has very similar effects on both NMF and LDA.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NMF and LDA on Aggregated Data",
"sec_num": "3.3"
},
{
"text": "To summarize, the resulting distinct topic discovery procedure has the following steps:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NMF and LDA on Aggregated Data",
"sec_num": "3.3"
},
{
"text": "1. Construct document-word matrix X. 2. Construct spatial aggregation matrix Q from metadata. 3. Perform NMF on aggregated matrix Q \u2022 X to find spatially distinct topics. If we wish to identify spatial-temporal topics, we may additionally aggregate the data based on time. First, the entire time span can be divided into smaller intervals. Then, all documents in each space-time cell are aggregated into a single document. Although we do not show it in our experiments, our major insight about the effect of document aggregation extends to other forms of aggregation such as author-or hashtag-based.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "NMF and LDA on Aggregated Data",
"sec_num": "3.3"
},
{
"text": "In this section, we use synthetic data to study the effect of document aggregation on topic discovery.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments on Simulated Dataset",
"sec_num": "4"
},
{
"text": "Following the setup provided in Section 3.1, we created a dataset using a simplistic generative model. Words in each document in the dataset are generated from two common topics (C1 and C2) and four spatially distinct topics (D1, D2, D3 and D4). Each common and distinct topic uses a vocabulary with 100 words. Each document is associated with a single topic. To generate a document, a topic is chosen first, then 10 words are sampled randomly from the 100 words associated with that particular topic. Documents generated from the common topics are distributed randomly within the square. For each distinct topic, a circular region is defined within the square and the documents associated with that topic are placed by uniformly sampling within the circle. The placement of the circular regions is shown in Figure-2 . A total of 10, 000 documents are generated for each common topic and 1, 000 documents for each spatially distinct topic. We call this dataset the non-aggregated dataset. To demonstrate how aggregation affects the topic discovery, we divided the entire region in 4 \u00d7 4 small squares. Then we merged all the documents from each small square into a single aggregated document. In this way, we constructed 16 aggregated documents. We call this dataset the aggregated dataset. NMF set to find 5 topics was applied to the nonaggregated and the aggregated datasets. In Figure 3 , we show the distribution of words in each of the 5 identified topic. For example, the first bin in the left subplot shows that discovered topic 1 has 91 unique words, all belonging to common topic C1. On the other hand, the first bin in the right subplot shows that discovered topic 1 has 100 unique words, 38 belonging to common topic C1 and 58 to common topic C2. We can see that none of the spatially distinct topics are discovered when we apply NMF on the non-aggregated data. All five identified topics contain words from the 2 common topics. On the other hand, in the aggregated dataset, the first identified topic contains a mixture of words from the 2 common topics, while the remaining 4 are almost entirely comprised of words from the 4 spatially distinct topics. This result ex- ",
"cite_spans": [],
"ref_spans": [
{
"start": 808,
"end": 816,
"text": "Figure-2",
"ref_id": "FIGREF1"
},
{
"start": 1381,
"end": 1390,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Experiments on Simulated Dataset",
"sec_num": "4"
},
{
"text": "We repeated the NMF experiment, but this time we set the number of NMF topics to 10. We can see from Figure 4 that all 10 topics found on the nonaggregated data are still one of the two common topics. On the other hand, after applying NMF on the aggregated data, 4 of the discovered topics directly correspond to the 4 spatially distinct topics, while the remaining 6 discovered topics are a mixture of the 2 common topics.",
"cite_spans": [],
"ref_spans": [
{
"start": 101,
"end": 109,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Effect of Number of Topics in NMF",
"sec_num": "4.1"
},
{
"text": "We repeated the experiments on a smaller corpus to see its effect on topic discovery. We generated 1, 000 documents for each common topic and 150 documents for each distinct topic. The result is summarized in Figure 5 . As compared to Figure 3 , we can see a slight deterioration of the quality of discovered spatially distinct topics from the aggregated data. In particular, all of the 4 discovered spatial topics are corrupted with more words from the common topics, which is particularly visible from the rightmost bin containing and an almost equal mixture of words from topics D1, C1, and C2. We observe that topic D1 corresponds to the largest circle.",
"cite_spans": [],
"ref_spans": [
{
"start": 209,
"end": 217,
"text": "Figure 5",
"ref_id": "FIGREF3"
},
{
"start": 235,
"end": 244,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Effect of Number of Documents",
"sec_num": "4.2"
},
{
"text": "We repeated the previous experiment on the smaller dataset with 1, 000 documents for each common topic and 150 documents for each spatially distinct topic, but this time with gradually increasing aggregation density. In Figure 6 we show results of applying NMF set to discover 5 topics for the spatial aggregation scheme with a grid size 64 \u00d7 64. As expected, the results look more similar to topic discovery from the non-aggregated dataset. Interestingly, despite the vary coarse aggregation (many spatial blocks were empty or with a single document), we still discovered topics D3 and D4, which correspond to the smaller circles.",
"cite_spans": [],
"ref_spans": [
{
"start": 220,
"end": 228,
"text": "Figure 6",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "Effect of Grid Density",
"sec_num": "4.3"
},
{
"text": "Identifying spatially distinct topics in a real life dataset is a challenging task. As we will demonstrate, we found that the aggregation scheme is quite successful in identifying distinct topics. We performed our experiments on Hurricane Sandy Twitter corpus downloaded through Twitter search API 1 using the tweet IDs released in (Wang et al., 2015) . The downloaded corpus contains 4.7 million tweets that temporally span 12 days surrounding the Hurricane Sandy and a few other distinguishable events between October 22nd, 2012 and November 2nd, 2012. Every tweet in the dataset is also geotagged to one of 13 states along the East Coast of the U.S. During preprocessing we transformed all characters to lowercase and removed stopwords and special characters. We also excluded repetitive letters that convey enthusiasm (e.g., birthdayy, birthdayyy, birthdayyyy). Finally, TF-IDF document-word matrix is constructed using the 20, 000 most frequent words in the corpus. Since the spatial distribution of tweets is highly imbalanced, we decided not to use a regular spatial grid. Instead, we employed k-means clustering on the latitude and longitude information for each tweet to identify 200 cluster centers in space. Each tweet is assigned to its nearest cluster center for spatial aggregation. Figure 7 shows different clusters on 50, 000 tweets randomly sampled 1 https://developer.twitter.com/ Figure 8 : State specific distinct topics from the corpus. We can observe that the density of clusters is much larger within heavily populated urban areas along the East Coast. Figure 8 , shows word clouds for two large state-specific distinct topics. We also found that large metropolitan areas such as New York City, Philadelphia, and Pittsburgh are represented as separate spatially distinct topics. One such example is shown in Figure 9 . Almost all the words in this topic are related to New York City airports.",
"cite_spans": [
{
"start": 332,
"end": 351,
"text": "(Wang et al., 2015)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [
{
"start": 1297,
"end": 1305,
"text": "Figure 7",
"ref_id": "FIGREF5"
},
{
"start": 1399,
"end": 1407,
"text": "Figure 8",
"ref_id": null
},
{
"start": 1576,
"end": 1584,
"text": "Figure 8",
"ref_id": null
},
{
"start": 1831,
"end": 1839,
"text": "Figure 9",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Experiments on Real Life Data",
"sec_num": "5"
},
{
"text": "In addition to spatial aggregation, we also performed experiments by aggregating data in space and time. In addition to the k = 200 spatial clusters we divided the time interval into 12 days, resulting in a total of 2, 400 spatio-temporally aggregated documents. As expected, this aggregation reveals distinct spatio-temporal topics.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments on Real Life Data",
"sec_num": "5"
},
{
"text": "We identified several purely temporal topics in this way, including the Halloween topic shown in Figure 10 . It is interesting to observe that this topic also contains words related to the season opening To better illustrate this CMA-related topic, in Table 1 we show several representative tweets. These tweets were randomly selected from tweets containing at least one of the most frequent 10 words in the CMA-related topic.",
"cite_spans": [],
"ref_spans": [
{
"start": 97,
"end": 106,
"text": "Figure 10",
"ref_id": "FIGREF0"
},
{
"start": 252,
"end": 259,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Experiments on Real Life Data",
"sec_num": "5"
},
{
"text": "Looking at word clouds is a descriptive way to evaluate the quality of discovered topics. In this subsection we will present experimental results attempting to quantitatively evaluate the quality of the discovered topics. To achieve this we use the space-time scan statistics implemented in the SaTScan software (Kulldorff, 2010) . We selected the 10 most frequent words in each discovered topic and labeled each tweet from the corpus based on the presence of these words. If a tweet contains any of the 10 words it is assigned to the corresponding topic. We call all tweets assigned to the given topic the positive tweets. If the topic Anyone know what channel the cma is on? Can't wait for the cma awards Everyone get prepared for a bunch of cma awards tweets Tomorrow is 46 cma awards so watching that!! carrie underwood is amazing Hunter hayes is perfect Not sure why Taylor Swift is taking over the country charts...her music is more of a mix now between country and pop Luke bryan on the CMAS omg omg !!! is strongly spatial, we would expect the assigned tweets to be strongly spatially clustered. If the topic is strongly spatio-temporal, we would expect the assigned tweets to cluster within a particular spatio-temporal area. The space-time scan statistic is employed to measure enrichment by positive tweets of cylindrical windows covering a circular spatial region and a temporal interval. The cylindrical window is moved in space and time to search for the statistically strongest clusters (Kulldorff, 2010). The cylinder with the strongest enrichment of positive tweets (e.g., based on the ratio between positive tweets and all tweets within the cylinder) is a potential candidate for the significant spatio-temporal cluster.",
"cite_spans": [
{
"start": 312,
"end": 329,
"text": "(Kulldorff, 2010)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation: Space-Time Scan Statistics",
"sec_num": "5.1"
},
{
"text": "Distributional properties of scan statistics can be used to evaluate the statistical significance of the strongest cylinder (Dwass, 1957) . This is done by permuting the labels of tweets multiple times (999 times in this study) and calculating the score of the strongest cylinder in each permutation (Block, 2007) . The p-value is then calculated by counting the fraction of the permuted scores larger than the score on the actual data. The p-value reported in this experiment can be thought of as a measure of the spatio-temporal distinctiveness of the identified topic.",
"cite_spans": [
{
"start": 124,
"end": 137,
"text": "(Dwass, 1957)",
"ref_id": "BIBREF5"
},
{
"start": 300,
"end": 313,
"text": "(Block, 2007)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation: Space-Time Scan Statistics",
"sec_num": "5.1"
},
{
"text": "Characterization of distinct topics using p-value has some limitations. We observed that many distinct topics discovered through aggregation receive p-value equal to zero, making it impossible to identify the strongest distinct topic. For this reason, we used deviation (\u2206), which measures how many standard deviations apart is the score of the best cylinder observed on the actual data compared to the scores of the best cylinders observed on the permuted data. In Table 2 , we show the strongest topics based on the deviation (\u2206). In each case, the p-value was 0. For topics labeled with stars in Table 2, Figures 1, 8, 9 , 10. For the remaining topics, the top ten words are presented in Table 3 . It may be noted that New York City, being a very large metropolitan area, has multiple identified topics. One such topic, called NYC airport, was previously presented in Figure 9 . Another such topic, called NYC, is presented in Table 2 . The spatiotemporal region called Power outage is shown in Figure 11 . 10, 000 tweets in this figure are labeled as positive or negative based on the presence or absence of the keywords of this topic. This topic corresponds to multiple power outages in the aftermath of the Sandy Hurricane. Previous studies indicate that NMF on Twitter data works better than other available topic modeling techniques (Klinczak and Kaestner, 2015), (Godfrey et al., 2014) . This may be attributed to a slightly better robustness of NMF to the short document lengths. This problem is ameliorated in this Distance from mean (in std)",
"cite_spans": [
{
"start": 1372,
"end": 1394,
"text": "(Godfrey et al., 2014)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [
{
"start": 466,
"end": 473,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 608,
"end": 623,
"text": "Figures 1, 8, 9",
"ref_id": "FIGREF0"
},
{
"start": 691,
"end": 698,
"text": "Table 3",
"ref_id": "TABREF2"
},
{
"start": 871,
"end": 879,
"text": "Figure 9",
"ref_id": "FIGREF6"
},
{
"start": 930,
"end": 937,
"text": "Table 2",
"ref_id": "TABREF1"
},
{
"start": 998,
"end": 1007,
"text": "Figure 11",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Evaluation: Space-Time Scan Statistics",
"sec_num": "5.1"
},
{
"text": "Comparison of NMF, LDA and LSA NMF LSA LDA Figure 12 : Comparison of NMF, LDA and LSA study through aggregation. In view of this, it is expected that other topic modeling approaches are also able to identify distinct topics in the aggregated data. To verify this, we tried two other popular algorithms, LSA and LDA. 2 LSA is a truncated singular value decomposition technique. LDA is a generative probabilistic model. For LDA and LSA, the number of topics are taken to be 100 to be comparable to the number of topics identified by NMF. Document topic prior and topic word priors in LDA were set to 0.01. We found that LDA and LSA identify distinct topics comparable to NMF when applied to the spatio-temporally aggregated data. Some of the similar topics are selected manually from the LDA and NMF topic lists and shown in Table 4 for comparison. It is difficult to draw one-to-one correspondence among all the topics identified by the three methods. We see from Table 4 that some topics are very similar in both NMF and LDA. However, while NMF discovers a topic related to the CMA, LDA and LSA do not. For this reason, instead of comparing the corresponding topics one at a time, the following strategy is applied. The topics in the three methods are first sorted based on the deviation (\u2206) scores and plotted in Figure 12 . The most significant topics identified by all three algorithms exhibit similar scores. For the top 20 topics, performance of NMF is only slightly better. The average score of the top 20 topics for NMF is 3,823, while the average scores for LSA and LDA are 3,638 and 3,390 respectively.",
"cite_spans": [],
"ref_spans": [
{
"start": 43,
"end": 52,
"text": "Figure 12",
"ref_id": "FIGREF0"
},
{
"start": 823,
"end": 830,
"text": "Table 4",
"ref_id": "TABREF3"
},
{
"start": 963,
"end": 970,
"text": "Table 4",
"ref_id": "TABREF3"
},
{
"start": 1314,
"end": 1323,
"text": "Figure 12",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Evaluation: Space-Time Scan Statistics",
"sec_num": "5.1"
},
{
"text": "In Section 5.2, we mentioned that topic discovery algorithms such as LDA, NMF, and LSA are capable of finding distinct topics from aggregated documents. When non-aggregated data is used, these algorithms find common topics associated with day to day conversations. In Table 5 , words associated with several common topics identified by LDA and NMF on a sample of the non-aggregated tweets are shown. It can be seen that the words in the identified topics do not correspond to a specific space or time. ",
"cite_spans": [],
"ref_spans": [
{
"start": 268,
"end": 275,
"text": "Table 5",
"ref_id": "TABREF4"
}
],
"eq_spans": [],
"section": "Common Topics in LDA and NMF",
"sec_num": "5.2.1"
},
{
"text": "Our experiments with the simulated data in Section 4.3 revealed that topic discovery is impacted by the aggregation grid density. To see if the behavior transfers to Twitter data, we varied the number of clusters from 100 and 1, 000. As the number of clusters increased, we observed that some of the distinct topics discovered by NMF for k = 200 disappeared when k was increased to 500 or 1, 000. For example, the CMA topic disappeared with those larger numbers of clusters. We also observed relatively small changes in discovered topics for different runs of the clustering for the same value of k. We conclude that clustering used for aggregation has a modest impact on topic discovery. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Influence of Aggregation Strategies and Randomization",
"sec_num": "5.2.2"
},
{
"text": "SaTScan reports the significant space-time cylinders for each topic. It is possible to categorize those cylinders as spatial or temporal by inspecting the their size. As an alternative, we can use matrix W obtained by NMF to identify temporal clusters. Let W * be the matrix which is constructed from W by summing all the rows corresponding to the same time interval. W * then represents a purely temporal description of topic distribution. By inspecting the columns of W * , shown in Figure 13 , we can obtain an additional insight into the nature of temporal topics. We can observe that only a small fraction of the identified topics are strongly temporal in nature.",
"cite_spans": [],
"ref_spans": [
{
"start": 485,
"end": 494,
"text": "Figure 13",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Temporal Trends in Topics",
"sec_num": "5.3"
},
{
"text": "In this work, we showed that spatial aggregation of documents leads to discovery of spatially distinct topics. We performed an extensive study on synthetic and real data and demonstrated that spatial and spatio-temporal aggregation indeed leads to discovery of spatial and spatio-temporal distinct topics. To evaluate the quality of the discovered topics we proposed a metric based on space-time scan statistics. Our results show that aggregation is a very powerful and computationally efficient method for discovery of distinct topics. While our study focused on spatial aggregation, aggregation on other types of metadata such as authors, hashtags, or communities is expected to work equally well and discover other types of distinct topics from large collections of documents.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "python scikit-learn package is used for all three methods",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Topic modeling in twitter: Aggregating tweets by conversations. ICWSM",
"authors": [
{
"first": "David",
"middle": [],
"last": "Alvarez",
"suffix": ""
},
{
"first": "-Melis",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Saveski",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "519--522",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David Alvarez-Melis and Martin Saveski. 2016. Topic modeling in twitter: Aggregating tweets by conver- sations. ICWSM, 2016:519-522.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Latent dirichlet allocation",
"authors": [
{
"first": "M",
"middle": [],
"last": "David",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Blei",
"suffix": ""
},
{
"first": "Y",
"middle": [],
"last": "Andrew",
"suffix": ""
},
{
"first": "Michael I Jordan",
"middle": [],
"last": "Ng",
"suffix": ""
}
],
"year": 2003,
"venue": "Journal of machine Learning research",
"volume": "3",
"issue": "",
"pages": "993--1022",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "David M Blei, Andrew Y Ng, and Michael I Jordan. 2003. Latent dirichlet allocation. Journal of ma- chine Learning research, 3(Jan):993-1022.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Scanning for clusters in space and time:: A tutorial review of satscan",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Block",
"suffix": ""
}
],
"year": 2007,
"venue": "Social Science Computer Review",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Block. 2007. Scanning for clusters in space and time:: A tutorial review of satscan. Social Sci- ence Computer Review.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Btm: Topic modeling over short texts",
"authors": [
{
"first": "Xueqi",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "Xiaohui",
"middle": [],
"last": "Yan",
"suffix": ""
},
{
"first": "Yanyan",
"middle": [],
"last": "Lan",
"suffix": ""
},
{
"first": "Jiafeng",
"middle": [],
"last": "Guo",
"suffix": ""
}
],
"year": 2014,
"venue": "IEEE Transactions on Knowledge and Data Engineering",
"volume": "26",
"issue": "12",
"pages": "2928--2941",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xueqi Cheng, Xiaohui Yan, Yanyan Lan, and Jiafeng Guo. 2014. Btm: Topic modeling over short texts. IEEE Transactions on Knowledge and Data Engi- neering, 26(12):2928-2941.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Topicontiles: Tilebased spatio-temporal event analytics via exclusive topic modeling on social media",
"authors": [
{
"first": "Minsuk",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Sungbok",
"middle": [],
"last": "Shin",
"suffix": ""
},
{
"first": "Jinho",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Scott",
"middle": [],
"last": "Langevin",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Bethune",
"suffix": ""
},
{
"first": "Philippe",
"middle": [],
"last": "Horne",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Kronenfeld",
"suffix": ""
},
{
"first": "Ramakrishnan",
"middle": [],
"last": "Kannan",
"suffix": ""
},
{
"first": "Barry",
"middle": [],
"last": "Drake",
"suffix": ""
},
{
"first": "Haesun",
"middle": [],
"last": "Park",
"suffix": ""
}
],
"year": 2018,
"venue": "Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Minsuk Choi, Sungbok Shin, Jinho Choi, Scott Langevin, Christopher Bethune, Philippe Horne, Nathan Kronenfeld, Ramakrishnan Kannan, Barry Drake, Haesun Park, et al. 2018. Topicontiles: Tile- based spatio-temporal event analytics via exclusive topic modeling on social media. In Proceedings of the 2018 CHI Conference on Human Factors in Computing Systems, page 583. ACM.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Modified randomization tests for nonparametric hypotheses",
"authors": [
{
"first": "Meyer",
"middle": [],
"last": "Dwass",
"suffix": ""
}
],
"year": 1957,
"venue": "The Annals of Mathematical Statistics",
"volume": "",
"issue": "",
"pages": "181--187",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Meyer Dwass. 1957. Modified randomization tests for nonparametric hypotheses. The Annals of Mathe- matical Statistics, pages 181-187.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "The remarkable benefit of userlevel aggregation for lexical-based population-level predictions",
"authors": [
{
"first": "Salvatore",
"middle": [],
"last": "Giorgi",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Preotiuc-Pietro",
"suffix": ""
},
{
"first": "Anneke",
"middle": [],
"last": "Buffone",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Rieman",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Lyle",
"suffix": ""
},
{
"first": "H Andrew",
"middle": [],
"last": "Ungar",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Schwartz",
"suffix": ""
}
],
"year": 2018,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1808.09600"
]
},
"num": null,
"urls": [],
"raw_text": "Salvatore Giorgi, Daniel Preotiuc-Pietro, Anneke Buf- fone, Daniel Rieman, Lyle H Ungar, and H Andrew Schwartz. 2018. The remarkable benefit of user- level aggregation for lexical-based population-level predictions. arXiv preprint arXiv:1808.09600.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "A case study in text mining: Interpreting twitter data from world cup tweets",
"authors": [
{
"first": "Daniel",
"middle": [],
"last": "Godfrey",
"suffix": ""
},
{
"first": "Caley",
"middle": [],
"last": "Johns",
"suffix": ""
},
{
"first": "Carl",
"middle": [],
"last": "Meyer",
"suffix": ""
},
{
"first": "Shaina",
"middle": [],
"last": "Race",
"suffix": ""
},
{
"first": "Carol",
"middle": [],
"last": "Sadek",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1408.5427"
]
},
"num": null,
"urls": [],
"raw_text": "Daniel Godfrey, Caley Johns, Carl Meyer, Shaina Race, and Carol Sadek. 2014. A case study in text min- ing: Interpreting twitter data from world cup tweets. arXiv preprint arXiv:1408.5427.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Empirical study of topic modeling in twitter",
"authors": [
{
"first": "Liangjie",
"middle": [],
"last": "Hong",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Brian D Davison",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the first workshop on social media analytics",
"volume": "",
"issue": "",
"pages": "80--88",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Liangjie Hong and Brian D Davison. 2010. Empirical study of topic modeling in twitter. In Proceedings of the first workshop on social media analytics, pages 80-88. ACM.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Spatio-temporal topic modeling in mobile social media for location recommendation",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Hu",
"suffix": ""
},
{
"first": "Mohsen",
"middle": [],
"last": "Jamali",
"suffix": ""
},
{
"first": "Martin",
"middle": [],
"last": "Ester",
"suffix": ""
}
],
"year": 2013,
"venue": "IEEE 13th International Conference on",
"volume": "",
"issue": "",
"pages": "1073--1078",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Hu, Mohsen Jamali, and Martin Ester. 2013. Spatio-temporal topic modeling in mobile social me- dia for location recommendation. In Data Mining (ICDM), 2013 IEEE 13th International Conference on, pages 1073-1078. IEEE.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Simultaneous discovery of common and discriminative topics via joint nonnegative matrix factorization",
"authors": [
{
"first": "Hannah",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "Jaegul",
"middle": [],
"last": "Choo",
"suffix": ""
},
{
"first": "Jingu",
"middle": [],
"last": "Kim",
"suffix": ""
},
{
"first": "K",
"middle": [],
"last": "Chandan",
"suffix": ""
},
{
"first": "Haesun",
"middle": [],
"last": "Reddy",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Park",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 21th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining",
"volume": "",
"issue": "",
"pages": "567--576",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hannah Kim, Jaegul Choo, Jingu Kim, Chandan K Reddy, and Haesun Park. 2015. Simultaneous dis- covery of common and discriminative topics via joint nonnegative matrix factorization. In Proceed- ings of the 21th ACM SIGKDD International Con- ference on Knowledge Discovery and Data Mining, pages 567-576. ACM.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "A study on topics identification on twitter using clustering algorithms",
"authors": [
{
"first": "N",
"middle": [
"M"
],
"last": "Marjori",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Klinczak",
"suffix": ""
},
{
"first": "A",
"middle": [
"A"
],
"last": "Celso",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Kaestner",
"suffix": ""
}
],
"year": 2015,
"venue": "Computational Intelligence (LA-CCI)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marjori NM Klinczak and Celso AA Kaestner. 2015. A study on topics identification on twitter using clus- tering algorithms. In Computational Intelligence (LA-CCI), 2015",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Satscan user guide for version 9.0. Department of Ambulatory Care and Prevention",
"authors": [
{
"first": "M",
"middle": [],
"last": "Kulldorff",
"suffix": ""
}
],
"year": 2010,
"venue": "Harvard Medical School",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M Kulldorff. 2010. Satscan user guide for version 9.0. Department of Ambulatory Care and Preven- tion, Harvard Medical School, Boston, MA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Improving lda topic models for microblogs via tweet pooling and automatic labeling",
"authors": [
{
"first": "Rishabh",
"middle": [],
"last": "Mehrotra",
"suffix": ""
},
{
"first": "Scott",
"middle": [],
"last": "Sanner",
"suffix": ""
},
{
"first": "Wray",
"middle": [],
"last": "Buntine",
"suffix": ""
},
{
"first": "Lexing",
"middle": [],
"last": "Xie",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 36th international ACM SIGIR conference on Research and development in information retrieval",
"volume": "",
"issue": "",
"pages": "889--892",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rishabh Mehrotra, Scott Sanner, Wray Buntine, and Lexing Xie. 2013. Improving lda topic models for microblogs via tweet pooling and automatic label- ing. In Proceedings of the 36th international ACM SIGIR conference on Research and development in information retrieval, pages 889-892. ACM.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Using time-sensitive interactions to improve topic derivation in twitter",
"authors": [
{
"first": "Robertus",
"middle": [],
"last": "Nugroho",
"suffix": ""
},
{
"first": "Weiliang",
"middle": [],
"last": "Zhao",
"suffix": ""
},
{
"first": "Jian",
"middle": [],
"last": "Yang",
"suffix": ""
},
{
"first": "Cecile",
"middle": [],
"last": "Paris",
"suffix": ""
},
{
"first": "Surya",
"middle": [],
"last": "Nepal",
"suffix": ""
}
],
"year": 2017,
"venue": "World Wide Web",
"volume": "20",
"issue": "1",
"pages": "61--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Robertus Nugroho, Weiliang Zhao, Jian Yang, Cecile Paris, and Surya Nepal. 2017. Using time-sensitive interactions to improve topic derivation in twitter. World Wide Web, 20(1):61-87.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Learning to classify short and sparse text & web with hidden topics from largescale data collections",
"authors": [
{
"first": "Xuan-Hieu",
"middle": [],
"last": "Phan",
"suffix": ""
},
{
"first": "Le-Minh",
"middle": [],
"last": "Nguyen",
"suffix": ""
},
{
"first": "Susumu",
"middle": [],
"last": "Horiguchi",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 17th international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "91--100",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xuan-Hieu Phan, Le-Minh Nguyen, and Susumu Horiguchi. 2008. Learning to classify short and sparse text & web with hidden topics from large- scale data collections. In Proceedings of the 17th international conference on World Wide Web, pages 91-100. ACM.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Stexnmf: Spatiotemporally exclusive topic discovery for anomalous event detection",
"authors": [
{
"first": "Minsuk",
"middle": [],
"last": "Dear Sungbok Shin",
"suffix": ""
},
{
"first": "Jinho",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Scott",
"middle": [],
"last": "Choi",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Langevin",
"suffix": ""
},
{
"first": "Philippe",
"middle": [],
"last": "Bethune",
"suffix": ""
},
{
"first": "Nathan",
"middle": [],
"last": "Horne",
"suffix": ""
},
{
"first": "Ramakrishnan",
"middle": [],
"last": "Kronenfeld",
"suffix": ""
},
{
"first": "Barry",
"middle": [],
"last": "Kannan",
"suffix": ""
},
{
"first": "Haesun",
"middle": [],
"last": "Drake",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Park",
"suffix": ""
}
],
"year": 2017,
"venue": "Data Mining (ICDM",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dear Sungbok Shin, Minsuk Choi, Jinho Choi, Scott Langevin, Christopher Bethune, Philippe Horne, Nathan Kronenfeld, Ramakrishnan Kannan, Barry Drake, Haesun Park, et al. 2017. Stexnmf: Spatio- temporally exclusive topic discovery for anomalous event detection. In Data Mining (ICDM), 2017",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "IEEE International Conference on",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "435--444",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "IEEE International Conference on, pages 435-444. IEEE.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "An advanced systematic literature review on spatiotemporal analyses of twitter data",
"authors": [
{
"first": "Enrico",
"middle": [],
"last": "Steiger",
"suffix": ""
},
{
"first": "Joao",
"middle": [],
"last": "Porto De Albuquerque",
"suffix": ""
},
{
"first": "Alexander",
"middle": [],
"last": "Zipf",
"suffix": ""
}
],
"year": 2015,
"venue": "Transactions in GIS",
"volume": "19",
"issue": "6",
"pages": "809--834",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Enrico Steiger, Joao Porto De Albuquerque, and Alexander Zipf. 2015. An advanced systematic lit- erature review on spatiotemporal analyses of twitter data. Transactions in GIS, 19(6):809-834.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Twitter topic modeling by tweet aggregation",
"authors": [
{
"first": "Asbj\u00f8rn",
"middle": [],
"last": "Steinskog",
"suffix": ""
},
{
"first": "Jonas",
"middle": [],
"last": "Therkelsen",
"suffix": ""
},
{
"first": "Bj\u00f6rn",
"middle": [],
"last": "Gamb\u00e4ck",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 21st Nordic Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "77--86",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Asbj\u00f8rn Steinskog, Jonas Therkelsen, and Bj\u00f6rn Gamb\u00e4ck. 2017. Twitter topic modeling by tweet aggregation. In Proceedings of the 21st Nordic Con- ference on Computational Linguistics, pages 77-86.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "The hurricane sandy twitter corpus",
"authors": [
{
"first": "Haoyu",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Eduard",
"suffix": ""
},
{
"first": "Mark",
"middle": [],
"last": "Hovy",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Dredze",
"suffix": ""
}
],
"year": 2015,
"venue": "AAAI Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Haoyu Wang, Eduard H Hovy, and Mark Dredze. 2015. The hurricane sandy twitter corpus. In AAAI Work- shop: WWW and Public Health Intelligence.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Pairfac: Event analytics through discriminant tensor factorization",
"authors": [
{
"first": "Xidao",
"middle": [],
"last": "Wen",
"suffix": ""
},
{
"first": "Yu-Ru",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Konstantinos",
"middle": [],
"last": "Pelechrinis",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 25th ACM International on Conference on Information and Knowledge Management",
"volume": "",
"issue": "",
"pages": "519--528",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xidao Wen, Yu-Ru Lin, and Konstantinos Pelechrinis. 2016. Pairfac: Event analytics through discrim- inant tensor factorization. In Proceedings of the 25th ACM International on Conference on Informa- tion and Knowledge Management, pages 519-528. ACM.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Twitterrank: finding topic-sensitive influential twitterers",
"authors": [
{
"first": "Jianshu",
"middle": [],
"last": "Weng",
"suffix": ""
},
{
"first": "Ee-Peng",
"middle": [],
"last": "Lim",
"suffix": ""
},
{
"first": "Jing",
"middle": [],
"last": "Jiang",
"suffix": ""
},
{
"first": "Qi",
"middle": [],
"last": "He",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the third ACM international conference on Web search and data mining",
"volume": "",
"issue": "",
"pages": "261--270",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jianshu Weng, Ee-Peng Lim, Jing Jiang, and Qi He. 2010. Twitterrank: finding topic-sensitive influen- tial twitterers. In Proceedings of the third ACM in- ternational conference on Web search and data min- ing, pages 261-270. ACM.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Clustering short text using ncut-weighted non-negative matrix factorization",
"authors": [
{
"first": "Xiaohui",
"middle": [],
"last": "Yan",
"suffix": ""
},
{
"first": "Jiafeng",
"middle": [],
"last": "Guo",
"suffix": ""
},
{
"first": "Shenghua",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Xue-Qi",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "Yanfeng",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 21st ACM international conference on Information and knowledge management",
"volume": "",
"issue": "",
"pages": "2259--2262",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaohui Yan, Jiafeng Guo, Shenghua Liu, Xue-qi Cheng, and Yanfeng Wang. 2012. Clustering short text using ncut-weighted non-negative matrix fac- torization. In Proceedings of the 21st ACM inter- national conference on Information and knowledge management, pages 2259-2262. ACM.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Learning topics in short texts by non-negative matrix factorization on term correlation matrix",
"authors": [
{
"first": "Xiaohui",
"middle": [],
"last": "Yan",
"suffix": ""
},
{
"first": "Jiafeng",
"middle": [],
"last": "Guo",
"suffix": ""
},
{
"first": "Shenghua",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Xueqi",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "Yanfeng",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 2013 SIAM International Conference on Data Mining",
"volume": "",
"issue": "",
"pages": "749--757",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Xiaohui Yan, Jiafeng Guo, Shenghua Liu, Xueqi Cheng, and Yanfeng Wang. 2013. Learning topics in short texts by non-negative matrix factorization on term correlation matrix. In Proceedings of the 2013 SIAM International Conference on Data Min- ing, pages 749-757. SIAM.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Comparing twitter and traditional media using topic models",
"authors": [
{
"first": "Jing",
"middle": [],
"last": "Wayne Xin Zhao",
"suffix": ""
},
{
"first": "Jianshu",
"middle": [],
"last": "Jiang",
"suffix": ""
},
{
"first": "Jing",
"middle": [],
"last": "Weng",
"suffix": ""
},
{
"first": "Ee-Peng",
"middle": [],
"last": "He",
"suffix": ""
},
{
"first": "Hongfei",
"middle": [],
"last": "Lim",
"suffix": ""
},
{
"first": "Xiaoming",
"middle": [],
"last": "Yan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2011,
"venue": "European Conference on Information Retrieval",
"volume": "",
"issue": "",
"pages": "338--349",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wayne Xin Zhao, Jing Jiang, Jianshu Weng, Jing He, Ee-Peng Lim, Hongfei Yan, and Xiaoming Li. 2011. Comparing twitter and traditional media using topic models. In European Conference on Information Retrieval, pages 338-349. Springer.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"uris": null,
"text": "Examples of common and distinct topics. a) Common topic: a work-related topic. b) Distinct temporal topic: presidential debate",
"num": null
},
"FIGREF1": {
"type_str": "figure",
"uris": null,
"text": "Spatially distinct topics on simulated data",
"num": null
},
"FIGREF2": {
"type_str": "figure",
"uris": null,
"text": "Five topics discovered by NMF on nonaggregated and aggregated documents",
"num": null
},
"FIGREF3": {
"type_str": "figure",
"uris": null,
"text": "Five topics identified by NMF on original and aggregated data using a smaller set of documents perimentally supports our insight about the impact of spatial aggregation presented in section 3.2.",
"num": null
},
"FIGREF4": {
"type_str": "figure",
"uris": null,
"text": "Five topics identified by NMF using dense spatial grid 64 \u00d7 64",
"num": null
},
"FIGREF5": {
"type_str": "figure",
"uris": null,
"text": "K-means cluster for spatial aggregation NMF was employed to find 500 topics with \u03b1 = 0.1 and \u03c1 = 0.5. Only 107 rows of H were found to have at least one nonzero entry. Application of NMF on the 200 aggregated documents identifies some spatially distinct topics covering regions of varying size.",
"num": null
},
"FIGREF6": {
"type_str": "figure",
"uris": null,
"text": "NYC airport-specific distinct topic Figure 10: Halloween and CMA temporal topics NBA game between L.A. Lakers and Miami Heat that occurred on the same day. Figure 10 also contains another temporally distinct topic associated with the 2012 Country Music Association (CMA) Award event that happened on the same day.",
"num": null
},
"FIGREF7": {
"type_str": "figure",
"uris": null,
"text": "Positive (red) and negative (blue) examples and the position of the cluster identified by SaTScan for topic : Power Outage the corresponding word clouds were shown in",
"num": null
},
"FIGREF9": {
"type_str": "figure",
"uris": null,
"text": "Visualization of temporal trends of topics",
"num": null
},
"TABREF0": {
"text": "Tweets related to CMA awards",
"type_str": "table",
"content": "<table/>",
"html": null,
"num": null
},
"TABREF1": {
"text": "Evaluation of the topic quality using SaTScan",
"type_str": "table",
"content": "<table><tr><td colspan=\"3\">Topic General Theme Deviation (\u2206) Topic Type</td></tr><tr><td>Power</td><td>26504.53</td><td>Temporal</td></tr><tr><td>NYC</td><td>25282.17</td><td>Spatial</td></tr><tr><td>NFL</td><td>12275.18</td><td>Temporal</td></tr><tr><td>Presidential Debate*</td><td>11089.34</td><td>Temporal</td></tr><tr><td>Snow</td><td>8624.95</td><td>Temporal</td></tr><tr><td>New Jersey*</td><td>8355.10</td><td>Spatial</td></tr><tr><td>Halloween*</td><td>7679.58</td><td>Temporal</td></tr><tr><td>Pennsylvania*</td><td>6728.94</td><td>Spatial</td></tr><tr><td>NYC Airport*</td><td>6424.54</td><td>Spatial</td></tr><tr><td>Weather</td><td>2220.64</td><td>Temporal</td></tr></table>",
"html": null,
"num": null
},
"TABREF2": {
"text": "General theme of topics and related words",
"type_str": "table",
"content": "<table><tr><td>Topics</td><td>Words</td></tr><tr><td>Power</td><td>power sandy generator trees electricity tree open</td></tr><tr><td/><td>lights safe hurricane</td></tr><tr><td>NYC</td><td>york brooklyn nyc park manhattan city square</td></tr><tr><td/><td>mta island halloween</td></tr><tr><td>NFL</td><td>cowboys steelers romo giants harden church red-</td></tr><tr><td/><td>skins touchdown eagles party</td></tr><tr><td>Snow</td><td>snow snowing cold weather delay boone wind</td></tr><tr><td/><td>blizzard snowed outside</td></tr><tr><td colspan=\"2\">Weather barometer humidity temperature mph wind rain</td></tr><tr><td/><td>blacksburg steady wnw rising</td></tr><tr><td colspan=\"2\">\u2020 Offensive words are removed</td></tr><tr><td colspan=\"2\">5.2 Comparison between LDA and LSA</td></tr></table>",
"html": null,
"num": null
},
"TABREF3": {
"text": "Identified LDA topics similar to NMF",
"type_str": "table",
"content": "<table><tr><td>Topics</td><td>Words</td></tr><tr><td>NYC</td><td>york park brooklyn city pic nyc hal-</td></tr><tr><td/><td>loween st th center square street bar</td></tr><tr><td>Power</td><td>power sandy hurricane storm safe</td></tr><tr><td/><td>phone wind stay rain closed open</td></tr><tr><td>Weather</td><td>wind mb mph rain humidity cb</td></tr><tr><td/><td>barometer temp slowly cam mid-</td></tr><tr><td/><td>night falling relative</td></tr><tr><td colspan=\"2\">Presidential Debate romney obama debate class mitt</td></tr><tr><td/><td>president world vote talking week</td></tr><tr><td/><td>policy</td></tr><tr><td colspan=\"2\">\u2020 Offensive words are removed</td></tr></table>",
"html": null,
"num": null
},
"TABREF4": {
"text": "Common topics from non-aggregated data Offensive words, informal words and internet short form of the words are removed",
"type_str": "table",
"content": "<table><tr><td>LDA</td><td>NMF</td></tr><tr><td>cold shot dry blessed</td><td>cold weather hot room hun-</td></tr><tr><td>smoking wonderful</td><td>gry feet world</td></tr><tr><td>making sounds coffee</td><td>fun sounds making lot times</td></tr><tr><td>running</td><td>safe games looks</td></tr><tr><td>talking saw anymore</td><td>twitter goodmorning jail</td></tr><tr><td>west facebook</td><td>facebook instagram</td></tr><tr><td>guy past means throw</td><td>guys girl safe play awesome</td></tr><tr><td>start</td><td>stay</td></tr><tr><td>\u2020</td><td/></tr></table>",
"html": null,
"num": null
}
}
}
}