ACL-OCL / Base_JSON /prefixD /json /D17 /D17-1016.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "D17-1016",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T16:18:25.140937Z"
},
"title": "Continuous Representation of Location for Geolocation and Lexical Dialectology using Mixture Density Networks",
"authors": [
{
"first": "Afshin",
"middle": [],
"last": "Rahimi",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The University of Melbourne",
"location": {}
},
"email": "arahimi@student.unimelb.edu.au"
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The University of Melbourne",
"location": {}
},
"email": "tbaldwin@unimelb.edu.au"
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "The University of Melbourne",
"location": {}
},
"email": "t.cohn@unimelb.edu.au"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We propose a method for embedding twodimensional locations in a continuous vector space using a neural network-based model incorporating mixtures of Gaussian distributions, presenting two model variants for text-based geolocation and lexical dialectology. Evaluated over Twitter data, the proposed model outperforms conventional regression-based geolocation and provides a better estimate of uncertainty. We also show the effectiveness of the representation for predicting words from location in lexical dialectology, and evaluate it using the DARE dataset.",
"pdf_parse": {
"paper_id": "D17-1016",
"_pdf_hash": "",
"abstract": [
{
"text": "We propose a method for embedding twodimensional locations in a continuous vector space using a neural network-based model incorporating mixtures of Gaussian distributions, presenting two model variants for text-based geolocation and lexical dialectology. Evaluated over Twitter data, the proposed model outperforms conventional regression-based geolocation and provides a better estimate of uncertainty. We also show the effectiveness of the representation for predicting words from location in lexical dialectology, and evaluate it using the DARE dataset.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Geolocation is an essential component of applications such as traffic monitoring (Emadi et al., 2017) , human mobility pattern analysis (McNeill et al., 2016; Dredze et al., 2016) and disaster response (Ashktorab et al., 2014; Wakamiya et al., 2016) , as well as targeted advertising (Anagnostopoulos et al., 2016) and local recommender systems (Ho et al., 2012) . Although Twitter provides users with the means to geotag their messages, less than 1% of users opt to turn on geotagging, so thirdparty service providers tend to use profile data, text content and network information to infer the location of users. Text content is the most widely used source of geolocation information, due to its prevalence across social media services.",
"cite_spans": [
{
"start": 81,
"end": 101,
"text": "(Emadi et al., 2017)",
"ref_id": "BIBREF13"
},
{
"start": 136,
"end": 158,
"text": "(McNeill et al., 2016;",
"ref_id": "BIBREF26"
},
{
"start": 159,
"end": 179,
"text": "Dredze et al., 2016)",
"ref_id": "BIBREF10"
},
{
"start": 202,
"end": 226,
"text": "(Ashktorab et al., 2014;",
"ref_id": "BIBREF2"
},
{
"start": 227,
"end": 249,
"text": "Wakamiya et al., 2016)",
"ref_id": "BIBREF37"
},
{
"start": 284,
"end": 314,
"text": "(Anagnostopoulos et al., 2016)",
"ref_id": "BIBREF1"
},
{
"start": 345,
"end": 362,
"text": "(Ho et al., 2012)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Text-based geolocation systems use the geographical bias of language to infer the location of a user or message using models trained on geotagged posts. The models often use a representation of text (e.g. based on a bag-of-words, convolutional or recurrent model) to predict the location either in real-valued latitude/longitude coordinate space or in discretised region-based space, using regression or classification, respectively. Regression models, as a consequence of minimising squared loss for a unimodal distribution, predict inputs with multiple targets to lie between the targets (e.g. a user who mentions content in both NYC and LA is predicted to be in the centre of the U.S.). Classification models, while eliminating this problem by predicting a more granular target, don't provide fine-grained predictions (e.g. specific locations in NYC), and also require heuristic discretisation of locations into regions (e.g. using clustering).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Mixture Density Networks (\"MDNs\": Bishop (1994) ) alleviate these problems by representing location as a mixture of Gaussian distributions. Given a text input, an MDN can generate a mixture model in the form of a probability distribution over all location points. In the example of a user who talks about both NYC and LA, e.g., the model will predict a strong Gaussian component in NYC and another one in LA, and also provide an estimate of uncertainty over all the coordinate space.",
"cite_spans": [
{
"start": 34,
"end": 47,
"text": "Bishop (1994)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Although MDNs are not new, they have not found widespread use in inverse regression problems where for a single input, multiple correct outputs are possible. Given the integration of NLP technologies into devices (e.g. phones or robots with natural language interfaces) is growing quickly, there is a potential need for interfacing language with continuous variables as input or target. MDNs can also be used in general text regression problems such as risk assessment (Wang and Hua, 2014), sentiment analysis (Joshi et al., 2010) and loan rate prediction (Bitvai and Cohn, 2015) , not only to improve prediction but also to use the mixture model as a representation for the continuous variables. We apply MDNs to geotagged Twitter data in two different settings: (a) predicting location given text; and (b) predicting text given location.",
"cite_spans": [
{
"start": 510,
"end": 530,
"text": "(Joshi et al., 2010)",
"ref_id": "BIBREF21"
},
{
"start": 556,
"end": 579,
"text": "(Bitvai and Cohn, 2015)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Geotagged text content is not only useful in geolocation, but can also be used in lexical dialectology. Lexical dialectology is (in part) the converse of text-based geolocation (Eisenstein, 2015) : instead of predicting location from language, language (e.g. dialect terms) are predicted from a given location. This is a much more challenging task as the lexical items are not known beforehand, and there is no notion of dialect regions in the continuous space of latitude/longitude coordinates. A lexical dialectology model should not only be able to predict dialect terms but also be able to automatically learn dialect regions.",
"cite_spans": [
{
"start": 177,
"end": 195,
"text": "(Eisenstein, 2015)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this work, we use bivariate Gaussian mixtures over geotagged Twitter data in two different settings, and demonstrate their use for geolocation and lexical dialectology. Our contributions are as follows: (1) we propose a continuous representation of location using bivariate Gaussian mixtures;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(2) we show that our geolocation model outperforms regression-based models and achieves comparable results with classification models, but with added uncertainty over the continuous output space;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(3) we show that our lexical dialectology model is able to predict geographical dialect terms from latitude/longitude input with state-of-the-art accuracy; and (4) we show that the automatically learned Gaussian regions match expert-generated dialect regions of the U.S. 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Text-based geolocation models are defined as either a regression or a classification problem. In regression geolocation, the model learns to predict a real-valued latitude/longitude from a text input. This is a very challenging task for data types such as Twitter, as they are often heavily biased toward population centres and urban areas, and far from uniform. As an example, Norwalk is the name of a few cities in the U.S among which Norwalk, California (West Coast) and Norwalk, Connecticut (East Coast) are the two most populous cities. Assuming that occurrences of the city's name are almost equal in both city regions within the training set, a trained regression-based geolocation model given Norwalk as input, would geolocate it to a point in the middle of the U.S. instead of choosing one of the cities. In the machine learning literature, regression problems where there are multiple realvalued outputs for a given input are called inverse problems (Bishop, 1994) . Here, standard regression models predict an average point in the middle of all training target points to minimise squared error loss. Bishop (1994) proposes density mixture networks to model such inverse problems, as we discuss in detail in Section 3.",
"cite_spans": [
{
"start": 960,
"end": 974,
"text": "(Bishop, 1994)",
"ref_id": "BIBREF3"
},
{
"start": 1111,
"end": 1124,
"text": "Bishop (1994)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text-based Geolocation",
"sec_num": "2.1"
},
{
"text": "In addition, non-Bayesian interpretations of regression models, which are often used in practice, don't produce any prediction of uncertainty, so other than the predicted point, we have little idea where else the term could have high or low probability. Priedhorsky et al. (2014) propose a Gaussian Mixture Model (GMM) approach instead of squared loss regression, whereby they learn a mixture of bivariate Gaussian distributions for each individual n-gram in the training set. During prediction, they add the Gaussian mixture of each ngram in the input text, resulting in a new Gaussian mixture which can be used to predict a coordinate with associated uncertainty. To add the mixture components they use a weighted sum, where the weight of each n-gram is assigned by several heuristic features. Learning a GMM for each n-gram is resource-intensive if the size of the training setand thus the number of n-grams -is large.",
"cite_spans": [
{
"start": 254,
"end": 279,
"text": "Priedhorsky et al. (2014)",
"ref_id": "BIBREF31"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text-based Geolocation",
"sec_num": "2.1"
},
{
"text": "Assuming sufficient training samples containing the term Norwalk in the two main, a trained classification model would, given this term as input, predict a probability distribution over all regions, and assign higher probabilities to the regions containing the two major cities. The challenge, though, is that the coordinates in the training data must first be partitioned into regions using administrative regions (Cheng et al., 2010; Hecht et al., 2011; Kinsella et al., 2011; Han et al., 2012 , a uniform grid (Serdyukov et al., 2009) , or a clustering method such as a k-d tree (Wing and Baldridge, 2011) or K-means (Rahimi et al., to appear) . The cluster/region labels can then be used as targets. Once we have a prediction about where a user is more likely to be from, there is no more information about the coordinates inside the predicted region. If a region that contains Wyoming is predicted as the home location of a user, we have no idea which city or county within Wyoming the user might be from, unless we retrain the model using a more fine-grained discretisation or a hierarchical discretisation (Wing and Baldridge, 2014), which is both time-consuming and challenging due to data sparseness.",
"cite_spans": [
{
"start": 415,
"end": 435,
"text": "(Cheng et al., 2010;",
"ref_id": "BIBREF7"
},
{
"start": 436,
"end": 455,
"text": "Hecht et al., 2011;",
"ref_id": "BIBREF17"
},
{
"start": 456,
"end": 478,
"text": "Kinsella et al., 2011;",
"ref_id": "BIBREF23"
},
{
"start": 479,
"end": 495,
"text": "Han et al., 2012",
"ref_id": "BIBREF15"
},
{
"start": 513,
"end": 537,
"text": "(Serdyukov et al., 2009)",
"ref_id": "BIBREF36"
},
{
"start": 620,
"end": 646,
"text": "(Rahimi et al., to appear)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Text-based Geolocation",
"sec_num": "2.1"
},
{
"text": "The traditional linguistic approach to lexical dialectology is to find the geographical distributions of known contrast sets such as {you, yall, yinz}: (Labov et al., 2005; Nerbonne et al., 2008; Gon\u00e7alves and S\u00e1nchez, 2014; Doyle, 2014; Huang et al., 2015; Nguyen and Eisenstein, to appear) . This usually involves surveying a large geographically-uniform sample of people from different locations and analysing where each known alternative is used more frequently. Then, the coordinates are clustered heuristically into dialect regions, based on the lexical choices of users in each region relative to the contrast set. This processing is very costly and time-consuming, and relies critically on knowing the lexical alternatives a priori. For example, it would require a priori knowledge of the fact that people in different regions of the US use pop and soda to refer to the same type of drink, and a posteriori analysis of the empirical geographical distribution of the different terms. Language, particularly in social media and among younger speakers, is evolving so quickly, in ways that can be measured over large-scale data samples such as Twitter, that we ideally want to be able to infer such contrast sets dynamically. The first step in automatically collecting dialect words is to find terms that are disproportionately distributed in different locations. The two predominant approaches to this problem are model-based (Eisenstein et al., 2010; Ahmed et al., 2013; Eisenstein, 2015) and through the use of statistical metrics (Monroe et al., 2008; . Model-based approaches use a topic model, e.g., to extract region-specific topics, and from this, predict the probability of seeing a word given a geographical region (Eisenstein et al., 2010) . However, there are scalability issues, limiting the utility of such models.",
"cite_spans": [
{
"start": 152,
"end": 172,
"text": "(Labov et al., 2005;",
"ref_id": "BIBREF24"
},
{
"start": 173,
"end": 195,
"text": "Nerbonne et al., 2008;",
"ref_id": "BIBREF29"
},
{
"start": 196,
"end": 224,
"text": "Gon\u00e7alves and S\u00e1nchez, 2014;",
"ref_id": "BIBREF14"
},
{
"start": 225,
"end": 237,
"text": "Doyle, 2014;",
"ref_id": "BIBREF9"
},
{
"start": 238,
"end": 257,
"text": "Huang et al., 2015;",
"ref_id": "BIBREF19"
},
{
"start": 258,
"end": 291,
"text": "Nguyen and Eisenstein, to appear)",
"ref_id": null
},
{
"start": 1432,
"end": 1457,
"text": "(Eisenstein et al., 2010;",
"ref_id": "BIBREF12"
},
{
"start": 1458,
"end": 1477,
"text": "Ahmed et al., 2013;",
"ref_id": "BIBREF0"
},
{
"start": 1478,
"end": 1495,
"text": "Eisenstein, 2015)",
"ref_id": "BIBREF11"
},
{
"start": 1539,
"end": 1560,
"text": "(Monroe et al., 2008;",
"ref_id": "BIBREF28"
},
{
"start": 1730,
"end": 1755,
"text": "(Eisenstein et al., 2010)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Dialectology",
"sec_num": "2.2"
},
{
"text": "In this paper, we propose a neural network architecture that learns a mixture of Gaussian distributions as its activation function, and predicts both locations from word-based inputs (geolocation), and words from location-based inputs (lexical dialectology).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Dialectology",
"sec_num": "2.2"
},
{
"text": "A bivariate Gaussian distribution is a probability distribution over 2d space (in our case, a lat-itude/longitude coordinate pair). The probability mass function is given by:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bivariate Gaussian Distribution",
"sec_num": "3.1"
},
{
"text": "N (x|\u00b5, \u03a3) = 1 (2\u03c0) 1 |\u03a3| 1 /2 exp \u2212 1 2 (x \u2212 \u00b5) \u03a3 \u22121 (x \u2212 \u00b5)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bivariate Gaussian Distribution",
"sec_num": "3.1"
},
{
"text": "where \u00b5 is the 2-dimensional mean vector, the matrix \u03a3 =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bivariate Gaussian Distribution",
"sec_num": "3.1"
},
{
"text": "\u03c3 1 2 \u03c1 12 \u03c3 1 \u03c3 2 \u03c1 12 \u03c3 1 \u03c3 2 \u03c3 2 2",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bivariate Gaussian Distribution",
"sec_num": "3.1"
},
{
"text": "is the covariance matrix, and |\u03a3| is its determinant. \u03c3 1 and \u03c3 2 are the standard deviations of the two dimensions, and \u03c1 12 is the covariance. x is a latitude/longitude coordinate whose probability we are seeking to predict.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Bivariate Gaussian Distribution",
"sec_num": "3.1"
},
{
"text": "A mixture of Gaussians is a probabilistic model to represent subpopulations within a global population in the form of a weighted sum of K Gaussian distributions, where a higher weight with a component Gaussian indicates stronger association with that component. The probability mass function of a Gaussian mixture model is given by:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixtures of Gaussians",
"sec_num": "3.2"
},
{
"text": "P(x) = K k=1 \u03c0 k N (x|\u00b5 k , \u03a3 k )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixtures of Gaussians",
"sec_num": "3.2"
},
{
"text": "where K k=1 \u03c0 k = 1, and the number of components K is a hyper-parameter.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixtures of Gaussians",
"sec_num": "3.2"
},
{
"text": "A mixture density network (\"MDN\": Bishop (1994)) is a latent variable model where the conditional probability of p(y|x) is modelled as a mixture of K Gaussians where the mixing coefficients \u03c0 and the parameters of Gaussian distributions \u00b5 and \u03a3 are computed as a function of input using a neural network:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "P(y|x) = K k=1 \u03c0 k (x)N y|\u00b5 k (x), \u03a3 k (x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "In the bivariate case of latitude/longitude, the number of parameters of each Gaussian is 6 (\u03c0",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "k (x), \u00b5 1k (x), \u00b5 2k (x), \u03c1 k (x), \u03c3 1k (x), \u03c3 2k (x))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": ", which are learnt in the output layer of a regular neural network as a function of input x. The output size of the network for K components would be 6 \u00d7 K. The output of an MDN for N samples (e.g. where N is the mini-batch size) is an N \u00d7 6K matrix which is then sliced and reshaped into (",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "N \u00d7 2 \u00d7 K), (N \u00d7 2 \u00d7 K), (N \u00d7 1 \u00d7 K)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "and (N \u00d7 1 \u00d7 K) matrices, providing the model parameters \u00b5, \u03c3, \u03c1 and \u03c0. Each parameter type has its own constraints: \u03c3 (the standard deviation) should be positive, \u03c1 (the correlation) should be in the interval [\u22121, 1] and \u03c0 should be positive and sum to one, as a probability distribution. To force these constraints, the following transformations are often applied to each parameter set:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "\u03c3 \u223c SoftPlus(\u03c3 ) = log(exp(\u03c3 ) + 1) \u2208 (0, +\u221e) \u03c0 \u223c SoftMax(\u03c0 ) \u03c1 \u223c SoftSign(\u03c1 ) = \u03c1 1 + |\u03c1 | \u2208 [\u22121, 1]",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "As an alternative, it's possible to use transformations like exp for \u03c3 and tanh for \u03c1. After applying the transformations to enforce the range constraints, the negative log likelihood loss of each sample x given a 2d coordinate label y is computed as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "L(y|x) = \u2212 log K k=1 \u03c0 k (x)N y|\u00b5 k (x), \u03a3 k (x)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "To predict a location, given an unseen input, the output of the network is reshaped into a mixture of Gaussians and \u00b5 k , one of the K components' \u00b5 is chosen as the prediction. The selection criteria is either based on the strongest component with highest \u03c0, or the component that maximises the overall mixture probability:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "max \u00b5 i \u2208{\u00b5 1 ...\u00b5 K } K k=1 \u03c0 k N (\u00b5 i |\u00b5 k , \u03a3 k )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "For further details on selection criteria, see Bishop (1994) .",
"cite_spans": [
{
"start": 47,
"end": 60,
"text": "Bishop (1994)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network (MDN)",
"sec_num": "3.3"
},
{
"text": "In the original MDN model proposed by Bishop (1994) , the parameters of the mixture model are separate functions of input, which is appropriate when the inputs and outputs directly relate to each other, but in the case of geolocation or lexical dialectology, the relationship between inputs and outputs is not so obvious. As a result, it might be a difficult task for the model to learn all the parameters of each sample correctly. Instead of using the output to predict all the parameters, we share \u00b5 and \u03a3 among all samples as parameters of the output layer, and only use the input to predict \u03c0, the mixture probabilities, using a SoftMax layer. We initialise \u00b5 by applying K-means clustering to the training coordinates and setting each value of \u00b5 to the centroids of the K clusters; we initialise \u03a3 randomly between 0 and 10. We use the original cost function to update the weight matrices, biases and the global shared parameters of the mixture model through backpropagation. Prediction is performed in the same way as for MDN.",
"cite_spans": [
{
"start": 38,
"end": 51,
"text": "Bishop (1994)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Mixture Density Network with Shared Parameters (MDN-SHARED)",
"sec_num": "3.4"
},
{
"text": "Gaussian mixtures are usually used as the output layer in neural networks (as in MDN) for inverse regression problems. We extend their application by using them as an input representation when the input is a multidimensional continuous variable. In problems such as lexical dialectology, the input is real-valued 2d coordinates, and the goal is to predict dialect words from a given location. Small differences in latitude/longitude may result in big shifts in language use (e.g. in regions such as Switzerland or Gibraltar). One way to model this is to discretise the input space (similar to the discretisation of the output space in classification), with the significant downside that the model is not able to learn/fine-tune regions in a data-driven way.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Continuous Representation of Location",
"sec_num": "3.5"
},
{
"text": "A better solution is to use a K component Gaussian mixture representation of location, where \u00b5 and \u03a3 are shared among all samples, and the output of the layer is the probability of input in each of the mixture components. Note that in this representation, there is no need for \u03c0 parameters as we just need to represent the association of an input location to K regions, which will then be used as input to the next layer of a neural network and used to predict the targets. We use this continuous representation of location to predict dialect words from location input.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Continuous Representation of Location",
"sec_num": "3.5"
},
{
"text": "We apply the two described MDN models on two widely-used geotagged Twitter datasets for geolocation, and compare the results with state-of-the-art classification and regression baselines. Also, we use the mixture of Gaussian representation of location to predict dialect terms from coordinates.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "In our experiments, we use two existing Twitter user geolocation datasets: (1) GEOTEXT (Eisenstein et al., 2010), and (2) TWITTER-US (Roller et al., 2012) . Each dataset has fixed training, devel- opment and test partitions, and a user is represented by the concatenation of their tweets, and labelled with the latitude/longitude of the first collected geotagged tweet. 2 GEOTEXT and TWITTER-US cover the continental US with 9k, 449k users, respectively. 3 DARE is a dialect-term dataset derived from the Dictionary of American Regional English (Cassidy, 1985) by Rahimi et al. (to appear) . DARE consists of dialect regions, terms and the meaning of each term. 4 It represents the aggregation of a number of dialectal surveys over different regions of the U.S., to identify shared dialect regions. Because the dialect regions in DARE maps are not machine readable, populous cities within each dialect region are manually extracted and associated with their dialect region terms. The dataset is made up of around 4.3k dialect terms across 99 U.S. dialect regions.",
"cite_spans": [
{
"start": 133,
"end": 154,
"text": "(Roller et al., 2012)",
"ref_id": "BIBREF34"
},
{
"start": 455,
"end": 456,
"text": "3",
"ref_id": null
},
{
"start": 545,
"end": 560,
"text": "(Cassidy, 1985)",
"ref_id": "BIBREF5"
},
{
"start": 564,
"end": 589,
"text": "Rahimi et al. (to appear)",
"ref_id": null
},
{
"start": 662,
"end": 663,
"text": "4",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "2 This geolocation representation is naive, but was made by the creators of the original datasets and has been used by others. It has been preserved in this work for comparability with the results of others, despite misgivings about whether this is a faithful representation of the location for a given user.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "3 The datasets can be obtained from https://github. com/utcompling/textgrounder.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "4 http://www.daredictionary.com/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "4.1"
},
{
"text": "We use a 3-layer neural network as shown in Figure 1a where the input is the l 2 normalised bag-ofwords model of a given user with stop words, @mentions and words with document frequency less than 10 removed. The input is fed to a hidden layer with tanh nonlinearity that produces the output of the network (with no nonlinearity applied). The output is the collection of Gaussian mixture parameters (\u00b5, \u03a3, \u03c0) from MDN. For prediction, the \u00b5 k of the mixture component which has the highest probability within the mixture component is selected.",
"cite_spans": [],
"ref_spans": [
{
"start": 44,
"end": 53,
"text": "Figure 1a",
"ref_id": null
}
],
"eq_spans": [],
"section": "Geolocation",
"sec_num": "4.2"
},
{
"text": "In the case of MDN-SHARED, the output is only \u03c0, a vector with size K, but the output layer contains extra global parameters \u00b5 and \u03a3 (\u03c3 lat , \u03c3 lon , \u03c1) which are shared between all the samples. The negative log likelihood objective is optimised using Adam (Kingma and Ba, 2014) and early stopping is used to prevent overfitting. The hidden layer is subject to drop-out and elastic net regularisation (with equal l 1 and l 2 shares). As our baseline, we used a multilayer perceptron regressor with the same input and hidden architecture but with a 2d output with linear activation that predicts the location from text input. The regularisation and drop-out rate, hidden layer size and the number of Gaussian components K (for MDN and MDN-SHARED) are tuned over the development set of each dataset, as shown in Table 1 . We evaluate the predictions of the geolocation models based on three measures (following Cheng et al. (2010) and Eisenstein et al. (2010) ):",
"cite_spans": [
{
"start": 257,
"end": 278,
"text": "(Kingma and Ba, 2014)",
"ref_id": "BIBREF22"
},
{
"start": 909,
"end": 928,
"text": "Cheng et al. (2010)",
"ref_id": "BIBREF7"
},
{
"start": 933,
"end": 957,
"text": "Eisenstein et al. (2010)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 810,
"end": 817,
"text": "Table 1",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Geolocation",
"sec_num": "4.2"
},
{
"text": "1. the classification accuracy within a 161km (= 100 mile) radius of the actual location (\"Acc@161\"); i.e., if the predicted location is within 161km of the actual location, it is considered to be correct 2. the mean error (\"Mean\") between the predicted location and the actual location of the user, in kilometres 3. the median error (\"Median\") between the predicted location and the actual location of the user, in kilometres",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Geolocation",
"sec_num": "4.2"
},
{
"text": "To predict dialect words from location, we use a 4-layer neural network as shown in Figure 1b . The input is a latitude/longitude coordinate, the first hidden layer is a Gaussian mixture with K components which has \u00b5 and \u03a3 as its parameters and produces a probability for each component as an activation function, the second hidden layer with tanh nonlinearity captures the association between different Gaussians, and the output is a SoftMax layer which results in a probability distribution over the vocabulary. For a user label, we use an l 1 normalised bag-of-words representation of its text content and use binary tf and idf for term-weighting. The model should learn to predict the probability distribution over the vocabulary and so be capable of predicting dialect words with a higher probability. It also learns regions (parameters of K Gaussians) that represent dialect regions. We evaluate the lexical dialectology model (MDN-layer) using perplexity of the predicted unigram distribution, and compare it with a baseline where the Gaussian mixture layer is replaced with a tanh hidden layer (tanh-layer). Also we retrieve words given points within a region from the DAREDS dataset, and measure recall with respect to relevant dialect terms from DAREDS. To do that, we randomly sample P = 10000 latitude/longitude points from the training set and predict the corresponding word distribution. To come up with a ranking over words given region r as query, we use the following measure:",
"cite_spans": [],
"ref_spans": [
{
"start": 84,
"end": 93,
"text": "Figure 1b",
"ref_id": null
}
],
"eq_spans": [],
"section": "Lexical Dialectology",
"sec_num": "4.3"
},
{
"text": "score(w i |r) = 1 N p j \u2208r log(P (w i |p j )) \u2212 1 P P j=1 log(P (w i |p j ))",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Dialectology",
"sec_num": "4.3"
},
{
"text": "where N equals the number of points (out of 10000) inside the query dialect region r and P equals the total number of points (here 10000). For example, if we are querying dialect terms from dialect region South (r), N is the number of randomly selected points that fall within the constituent states of South. score(w i |r) measures the (log) probability ratio of a word w i inside region r compared to its global score: if a word is local to region r, the ratio will be higher. We use this measure to create a ranking over the vocabulary from which we measure precision and recall at k given gold-standard dialect terms in DAREDS.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexical Dialectology",
"sec_num": "4.3"
},
{
"text": "The performance of Regression, MDN and MDN-SHARED, along with several state-of-the-art classification models, is shown in Table 2 . The MDN and MDN-SHARED models clearly outperform Regression, and achieve competitive or slightly worse results than the classification models but provide uncertainty over the whole output space. The geographical distribution of error for MDN-SHARED over the development set of TWITTER-US is shown in Figure 3 , indicating larger errors in MidWest and particularly in North Pacific regions (e.g. Oregon).",
"cite_spans": [],
"ref_spans": [
{
"start": 122,
"end": 129,
"text": "Table 2",
"ref_id": "TABREF2"
},
{
"start": 432,
"end": 440,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Geolocation",
"sec_num": "5.1"
},
{
"text": "The perplexity of the lexical dialectology model using Gaussian mixture representation (MDN-layer) is 840 for the 54k vocabulary of TWITTER-US dataset, 1% lower than a similar network architecture with a tanh hidden layer (tanh-layer), which is not a significant improvement.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Dialectology",
"sec_num": "5.2"
},
{
"text": "Also we evaluated the model using recall at k and compared it to the tanh-layer model which again is competitive with tanh-layer but with the advantage of learning dialect regions simultaneously. Because the DARE dialect terms are not used frequently in Twitter, many of the words are not covered in our dataset, despite its size. However, our model is able to retrieve dialect terms that are distinctly associated with regions. The top dialect words for regions New York, Louisiana, Illinois and Pennsylvania are shown in Table 3 , and include named entities, dialect words and local hashtags. We also visualised the learned Gaussians of the dialectology model in Figure 2 , which as expected show several smaller regions (Gaussians with higher \u03c3) and larger regions in lower populated areas. It is interesting to see that the shape of the learned Gaussians matches natural borders such as coastal regions.",
"cite_spans": [],
"ref_spans": [
{
"start": 523,
"end": 530,
"text": "Table 3",
"ref_id": null
},
{
"start": 665,
"end": 673,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Dialectology",
"sec_num": "5.2"
},
{
"text": "We also visualised the log probability of dialect terms hella (an intensifier mainly used in Northern California) and yall (means \"you all\", used in Southern U.S.) resulting from the Gaussian representation model. As shown in Figure 5 , the heatmap matches the expected regions.",
"cite_spans": [],
"ref_spans": [
{
"start": 226,
"end": 234,
"text": "Figure 5",
"ref_id": "FIGREF3"
}
],
"eq_spans": [],
"section": "Dialectology",
"sec_num": "5.2"
},
{
"text": "We proposed a continuous representation of location using mixture of Gaussians and applied it to geotagged Twitter data in two different settings: (1) geolocation of social media users, and (2) lexical dialectology. We used MDN (Bishop, 1994) and showed that it outperforms regression models by a large margin. There is also very recent work (Iso et al., 2017) in tweet-level geolocation that shows the effectiveness of MDN.",
"cite_spans": [
{
"start": 228,
"end": 242,
"text": "(Bishop, 1994)",
"ref_id": "BIBREF3"
},
{
"start": 342,
"end": 360,
"text": "(Iso et al., 2017)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "We modified MDN by sharing the parameters of the Gaussian mixtures in MDN-SHARED and improved upon MDN, achieving competetive results with state-of-the-art classification models. We also applied the Gaussian mixture representation to predict dialect words from location, and showed that it MN WA MT ID ND ME WI OR SD MI NH VT NY WY IA NE MA IL PA CT RI CA NV UT OH IN NJ CO WV MO KS DE MD VA KY DC AZ OK NM TN NC TX AR SC AL GA MS LA FL 0 600 1200 1800 2400 3000 3600 4200 4800 error in km is competitive with simple tanh activation in terms of both perplexity of the predicted unigram model and also recall at k at retrieving DARE dialect words by location input. Furthermore we showed that the learned Gaussian mixtures have intereting properties such as covering high population density regions (e.g. NYC and LA) with a larger number of small Gaussians, and a smaller number of larger Table 3 : Top terms retrieved from the lexical dialectology model given lat/lon training points within a state ranked by Equation 4.3.",
"cite_spans": [],
"ref_spans": [
{
"start": 290,
"end": 546,
"text": "MN WA MT ID ND ME WI OR SD MI NH VT NY WY IA NE MA IL PA CT RI CA NV UT OH IN NJ CO WV MO KS DE MD VA KY DC AZ OK NM TN NC TX AR SC AL GA MS LA FL 0 600 1200 1800 2400 3000 3600 4200 4800",
"ref_id": "TABREF1"
},
{
"start": 957,
"end": 964,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Gaussians in low density areas (e.g. the midwest).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Although we applied the mixture of Gaussians to location data, it can be used in other settings where the input or output are from a continuous multivariate distribution. For example it can be applied to predict financial risk (Wang and Hua, 2014) and sentiment (Joshi et al., 2010) given text. We showed that when a global structure exists (e.g. population centres, in the case of geolocation) it is better to share the global parameters of the mixture model to improve generalisation. In this work, we used the bivariate Gaussian distribution in the MDN's mixture leaving the use of other distributions which might better suit the geolocation task for future research.",
"cite_spans": [
{
"start": 262,
"end": 282,
"text": "(Joshi et al., 2010)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion",
"sec_num": "6"
},
{
"text": "Code available at https://github.com/afshinrahimi/geomdn",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We thank the anonymous reviewers for their valuable feedback. This work was supported in part by the Australian Research Council.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Hierarchical geographical modeling of user locations from social media posts",
"authors": [
{
"first": "Amr",
"middle": [],
"last": "Ahmed",
"suffix": ""
},
{
"first": "Liangjie",
"middle": [],
"last": "Hong",
"suffix": ""
},
{
"first": "Alexander",
"middle": [
"J"
],
"last": "Smola",
"suffix": ""
}
],
"year": 2013,
"venue": "Proceedings of the 22nd International Conference on World Wide Web (WWW 2013)",
"volume": "",
"issue": "",
"pages": "25--36",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Amr Ahmed, Liangjie Hong, and Alexander J Smola. 2013. Hierarchical geographical modeling of user locations from social media posts. In Proceedings of the 22nd International Conference on World Wide Web (WWW 2013), pages 25-36, Rio de Janeiro, Brazil.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Targeted interest-driven advertising in cities using twitter",
"authors": [
{
"first": "Aris",
"middle": [],
"last": "Anagnostopoulos",
"suffix": ""
},
{
"first": "Fabio",
"middle": [],
"last": "Petroni",
"suffix": ""
},
{
"first": "Mara",
"middle": [],
"last": "Sorella",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the 10th International Conference on Weblogs and Social Media (ICWSM 2016)",
"volume": "",
"issue": "",
"pages": "527--530",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Aris Anagnostopoulos, Fabio Petroni, and Mara Sorella. 2016. Targeted interest-driven advertising in cities using twitter. In Proceedings of the 10th In- ternational Conference on Weblogs and Social Me- dia (ICWSM 2016), pages 527-530, Cologne, Ger- many.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Tweedr: Mining Twitter to inform disaster response",
"authors": [
{
"first": "Zahra",
"middle": [],
"last": "Ashktorab",
"suffix": ""
},
{
"first": "Christopher",
"middle": [],
"last": "Brown",
"suffix": ""
},
{
"first": "Manojit",
"middle": [],
"last": "Nandi",
"suffix": ""
},
{
"first": "Aron",
"middle": [],
"last": "Culotta",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of The 11th International Conference on Information Systems for Crisis Response and Management (ISCRAM 2014)",
"volume": "",
"issue": "",
"pages": "354--358",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zahra Ashktorab, Christopher Brown, Manojit Nandi, and Aron Culotta. 2014. Tweedr: Mining Twit- ter to inform disaster response. In Proceedings of The 11th International Conference on Informa- tion Systems for Crisis Response and Management (ISCRAM 2014), pages 354-358, University Park, USA.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Mixture density networks",
"authors": [
{
"first": "Christopher",
"middle": [],
"last": "Bishop",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christopher Bishop. 1994. Mixture density networks. Technical report, Aston University.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Predicting peerto-peer loan rates using bayesian non-linear regression",
"authors": [
{
"first": "Zsolt",
"middle": [],
"last": "Bitvai",
"suffix": ""
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence (AAAI-15)",
"volume": "",
"issue": "",
"pages": "2203--2209",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zsolt Bitvai and Trevor Cohn. 2015. Predicting peer- to-peer loan rates using bayesian non-linear regres- sion. In Proceedings of the Twenty-Ninth AAAI Con- ference on Artificial Intelligence (AAAI-15), pages 2203-2209, Austin, USA.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Dictionary of American Regional English",
"authors": [
{
"first": "Frederic",
"middle": [],
"last": "Gomes",
"suffix": ""
},
{
"first": "Cassidy",
"middle": [],
"last": "",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Frederic Gomes Cassidy. 1985. Dictionary of Amer- ican Regional English. Belknap Press of Harvard University Press.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Twitter geolocation and regional classification via sparse coding",
"authors": [
{
"first": "Miriam",
"middle": [],
"last": "Cha",
"suffix": ""
},
{
"first": "Youngjune",
"middle": [],
"last": "Gwon",
"suffix": ""
},
{
"first": "H",
"middle": [
"T"
],
"last": "Kung",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 9th International Conference on Weblogs and Social Media (ICWSM 2015)",
"volume": "",
"issue": "",
"pages": "582--585",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Miriam Cha, Youngjune Gwon, and H.T. Kung. 2015. Twitter geolocation and regional classification via sparse coding. In Proceedings of the 9th Inter- national Conference on Weblogs and Social Media (ICWSM 2015), pages 582-585, Oxford, UK.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "You are where you tweet: a content-based approach to geo-locating Twitter users",
"authors": [
{
"first": "Zhiyuan",
"middle": [],
"last": "Cheng",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Caverlee",
"suffix": ""
},
{
"first": "Kyumin",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 19th ACM International Conference Information and Knowledge Management (CIKM 2010)",
"volume": "",
"issue": "",
"pages": "759--768",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Zhiyuan Cheng, James Caverlee, and Kyumin Lee. 2010. You are where you tweet: a content-based ap- proach to geo-locating Twitter users. In Proceedings of the 19th ACM International Conference Infor- mation and Knowledge Management (CIKM 2010), pages 759-768, Toronto, Canada.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Statistical methods for identifying local dialectal terms from gps-tagged documents. Dictionaries: Journal of the Dictionary Society of North America",
"authors": [
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": ""
},
{
"first": "Bo",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "35",
"issue": "",
"pages": "248--271",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Paul Cook, Bo Han, and Timothy Baldwin. 2014. Sta- tistical methods for identifying local dialectal terms from gps-tagged documents. Dictionaries: Jour- nal of the Dictionary Society of North America, 35(35):248-271.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Mapping dialectal variation by querying social media",
"authors": [
{
"first": "Gabriel",
"middle": [],
"last": "Doyle",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 14th Conference of the EACL (EACL 2014)",
"volume": "",
"issue": "",
"pages": "98--106",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gabriel Doyle. 2014. Mapping dialectal variation by querying social media. In Proceedings of the 14th Conference of the EACL (EACL 2014), pages 98- 106, Gothenburg, Sweden.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Twitter as a source of global mobility patterns for social good",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Dredze",
"suffix": ""
},
{
"first": "Manuel",
"middle": [],
"last": "Garc\u00eda-Herranz",
"suffix": ""
},
{
"first": "Alex",
"middle": [],
"last": "Rutherford",
"suffix": ""
},
{
"first": "Gideon",
"middle": [],
"last": "Mann",
"suffix": ""
}
],
"year": 2016,
"venue": "ICML Workshop on #Data4Good: Machine Learning in Social Good Applications",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Dredze, Manuel Garc\u00eda-Herranz, Alex Ruther- ford, and Gideon Mann. 2016. Twitter as a source of global mobility patterns for social good. In ICML Workshop on #Data4Good: Machine Learning in So- cial Good Applications, New York, USA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Written dialect variation in online social media",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Eisenstein",
"suffix": ""
}
],
"year": 2015,
"venue": "Handbook of Dialectology",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jacob Eisenstein. 2015. Written dialect variation in online social media. In Charles Boberg, John Ner- bonne, and Dom Watt, editors, Handbook of Dialec- tology. Wiley.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "A latent variable model for geographic lexical variation",
"authors": [
{
"first": "Jacob",
"middle": [],
"last": "Eisenstein",
"suffix": ""
},
{
"first": "O'",
"middle": [],
"last": "Brendan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Connor",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Noah",
"suffix": ""
},
{
"first": "Eric",
"middle": [
"P"
],
"last": "Smith",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Xing",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "1277--1287",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jacob Eisenstein, Brendan O'Connor, Noah A Smith, and Eric P Xing. 2010. A latent variable model for geographic lexical variation. In Proceedings of the 2010 Conference on Empirical Methods in Natural Language Processing (EMNLP 2010), pages 1277- 1287, Boston, USA.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "QT2S: A system for monitoring road traffic via fine grounding of tweets",
"authors": [
{
"first": "Sofiane",
"middle": [],
"last": "Noora Al Emadi",
"suffix": ""
},
{
"first": "Javier",
"middle": [],
"last": "Abbar",
"suffix": ""
},
{
"first": "Francisco",
"middle": [],
"last": "Borge-Holthoefer",
"suffix": ""
},
{
"first": "Fabrizio",
"middle": [],
"last": "Guzman",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Sebastiani",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 11th International Conference on Weblogs and Social Media (ICWSM 2017)",
"volume": "",
"issue": "",
"pages": "456--459",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Noora Al Emadi, Sofiane Abbar, Javier Borge- Holthoefer, Francisco Guzman, and Fabrizio Sebas- tiani. 2017. QT2S: A system for monitoring road traffic via fine grounding of tweets. In Proceedings of the 11th International Conference on Weblogs and Social Media (ICWSM 2017), pages 456-459, Mon- treal, Canada.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Crowdsourcing dialect characterization through Twitter",
"authors": [
{
"first": "Bruno",
"middle": [],
"last": "Gon\u00e7alves",
"suffix": ""
},
{
"first": "David",
"middle": [],
"last": "S\u00e1nchez",
"suffix": ""
}
],
"year": 2014,
"venue": "PloS One",
"volume": "",
"issue": "11",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bruno Gon\u00e7alves and David S\u00e1nchez. 2014. Crowd- sourcing dialect characterization through Twitter. PloS One, 9(11).",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Geolocation prediction in social media data by finding location indicative words",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 24th International Conference on Computational Linguistics (COLING 2012)",
"volume": "",
"issue": "",
"pages": "1045--1062",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Han, Paul Cook, and Timothy Baldwin. 2012. Ge- olocation prediction in social media data by find- ing location indicative words. In Proceedings of the 24th International Conference on Compu- tational Linguistics (COLING 2012), pages 1045- 1062, Mumbai, India.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Textbased Twitter user geolocation prediction",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Cook",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2014,
"venue": "Journal of Artificial Intelligence Research",
"volume": "49",
"issue": "",
"pages": "451--500",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Han, Paul Cook, and Timothy Baldwin. 2014. Text- based Twitter user geolocation prediction. Journal of Artificial Intelligence Research, 49:451-500.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Tweets from justin bieber's heart: the dynamics of the location field in user profiles",
"authors": [
{
"first": "Brent",
"middle": [],
"last": "Hecht",
"suffix": ""
},
{
"first": "Lichan",
"middle": [],
"last": "Hong",
"suffix": ""
},
{
"first": "Bongwon",
"middle": [],
"last": "Suh",
"suffix": ""
},
{
"first": "Ed",
"middle": [
"H"
],
"last": "Chi",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the SIGCHI Conference on Human Factors in Computing Systems",
"volume": "",
"issue": "",
"pages": "237--246",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Brent Hecht, Lichan Hong, Bongwon Suh, and Ed H. Chi. 2011. Tweets from justin bieber's heart: the dynamics of the location field in user profiles. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, pages 237-246, Van- couver, Canada.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Mining future spatiotemporal events and their sentiment from online news articles for location-aware recommendation system",
"authors": [
{
"first": "",
"middle": [],
"last": "Shen-Shyang",
"suffix": ""
},
{
"first": "Mike",
"middle": [],
"last": "Ho",
"suffix": ""
},
{
"first": "Pu",
"middle": [],
"last": "Lieberman",
"suffix": ""
},
{
"first": "Hanan",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Samet",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the First ACM SIGSPATIAL International Workshop on Mobile Geographic Information Systems",
"volume": "",
"issue": "",
"pages": "25--32",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shen-Shyang Ho, Mike Lieberman, Pu Wang, and Hanan Samet. 2012. Mining future spatiotemporal events and their sentiment from online news arti- cles for location-aware recommendation system. In Proceedings of the First ACM SIGSPATIAL Interna- tional Workshop on Mobile Geographic Information Systems, pages 25-32, Redondo Beach, USA.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Understanding US regional linguistic variation with Twitter data analysis. Computers, Environment and Urban Systems",
"authors": [
{
"first": "Yuan",
"middle": [],
"last": "Huang",
"suffix": ""
},
{
"first": "Diansheng",
"middle": [],
"last": "Guo",
"suffix": ""
},
{
"first": "Alice",
"middle": [],
"last": "Kasakoff",
"suffix": ""
},
{
"first": "Jack",
"middle": [],
"last": "Grieve",
"suffix": ""
}
],
"year": 2015,
"venue": "",
"volume": "59",
"issue": "",
"pages": "244--255",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yuan Huang, Diansheng Guo, Alice Kasakoff, and Jack Grieve. 2015. Understanding US regional linguistic variation with Twitter data analysis. Computers, En- vironment and Urban Systems, 59:244-255.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Density estimation for geolocation via convolutional mixture density network",
"authors": [
{
"first": "Hayate",
"middle": [],
"last": "Iso",
"suffix": ""
},
{
"first": "Shoko",
"middle": [],
"last": "Wakamiya",
"suffix": ""
},
{
"first": "Eiji",
"middle": [],
"last": "Aramaki",
"suffix": ""
}
],
"year": 2017,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1705.02750"
]
},
"num": null,
"urls": [],
"raw_text": "Hayate Iso, Shoko Wakamiya, and Eiji Aramaki. 2017. Density estimation for geolocation via convolu- tional mixture density network. arXiv preprint arXiv:1705.02750.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Movie reviews and revenues: An experiment in text regression",
"authors": [
{
"first": "Mahesh",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "Dipanjan",
"middle": [],
"last": "Das",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Gimpel",
"suffix": ""
},
{
"first": "Noah A",
"middle": [],
"last": "Smith",
"suffix": ""
}
],
"year": 2010,
"venue": "Proceedings of The 2010 Annual Conference of the North American Chapter of the Association for Computational Linguistics (NAACL2010)",
"volume": "",
"issue": "",
"pages": "293--296",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mahesh Joshi, Dipanjan Das, Kevin Gimpel, and Noah A Smith. 2010. Movie reviews and revenues: An experiment in text regression. In Proceedings of The 2010 Annual Conference of the North Amer- ican Chapter of the Association for Computational Linguistics (NAACL2010), pages 293-296, Los An- geles, USA. Association for Computational Linguis- tics.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Adam: A method for stochastic optimization",
"authors": [
{
"first": "Diederik",
"middle": [],
"last": "Kingma",
"suffix": ""
},
{
"first": "Jimmy",
"middle": [],
"last": "Ba",
"suffix": ""
}
],
"year": 2014,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1412.6980"
]
},
"num": null,
"urls": [],
"raw_text": "Diederik Kingma and Jimmy Ba. 2014. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "I'm eating a sandwich in Glasgow\": Modeling locations with tweets",
"authors": [
{
"first": "Sheila",
"middle": [],
"last": "Kinsella",
"suffix": ""
},
{
"first": "Vanessa",
"middle": [],
"last": "Murdock",
"suffix": ""
},
{
"first": "Neil O'",
"middle": [],
"last": "Hare",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 3rd International Workshop on Search and Mining Usergenerated Contents",
"volume": "",
"issue": "",
"pages": "61--68",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sheila Kinsella, Vanessa Murdock, and Neil O'Hare. 2011. \"I'm eating a sandwich in Glasgow\": Model- ing locations with tweets. In Proceedings of the 3rd International Workshop on Search and Mining User- generated Contents, pages 61-68, Glasgow, UK.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "The Atlas of North American English: Phonetics, Phonology and Sound Change",
"authors": [
{
"first": "William",
"middle": [],
"last": "Labov",
"suffix": ""
},
{
"first": "Sharon",
"middle": [],
"last": "Ash",
"suffix": ""
},
{
"first": "Charles",
"middle": [],
"last": "Boberg",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William Labov, Sharon Ash, and Charles Boberg. 2005. The Atlas of North American English: Phonetics, Phonology and Sound Change. Walter de Gruyter.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Estimating user location in social media with stacked denoising autoencoders",
"authors": [
{
"first": "Ji",
"middle": [],
"last": "Liu",
"suffix": ""
},
{
"first": "Diana",
"middle": [],
"last": "Inkpen",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics -Human Language Technologies (NAACL HLT 2015)",
"volume": "",
"issue": "",
"pages": "201--210",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ji Liu and Diana Inkpen. 2015. Estimating user lo- cation in social media with stacked denoising auto- encoders. In Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics -Human Language Technologies (NAACL HLT 2015), pages 201-210, Denver, USA.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Estimating local commuting patterns from geolocated Twitter data",
"authors": [
{
"first": "Graham",
"middle": [],
"last": "Mcneill",
"suffix": ""
},
{
"first": "Jonathan",
"middle": [],
"last": "Bright",
"suffix": ""
},
{
"first": "Scott A",
"middle": [],
"last": "Hale",
"suffix": ""
}
],
"year": 2016,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {
"arXiv": [
"arXiv:1612.01785"
]
},
"num": null,
"urls": [],
"raw_text": "Graham McNeill, Jonathan Bright, and Scott A Hale. 2016. Estimating local commuting pat- terns from geolocated Twitter data. arXiv preprint arXiv:1612.01785.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Geocoding textual documents through the usage of hierarchical classifiers",
"authors": [
{
"first": "Fernando",
"middle": [],
"last": "Melo",
"suffix": ""
},
{
"first": "Bruno",
"middle": [],
"last": "Martins",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 9th Workshop on Geographic Information Retrieval (GIR 2015)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fernando Melo and Bruno Martins. 2015. Geocoding textual documents through the usage of hierarchical classifiers. In Proceedings of the 9th Workshop on Geographic Information Retrieval (GIR 2015), Paris, France.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "Fightin'words: Lexical feature selection and evaluation for identifying the content of political conflict",
"authors": [
{
"first": "L",
"middle": [],
"last": "Burt",
"suffix": ""
},
{
"first": "Michael",
"middle": [
"P"
],
"last": "Monroe",
"suffix": ""
},
{
"first": "Kevin",
"middle": [
"M"
],
"last": "Colaresi",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Quinn",
"suffix": ""
}
],
"year": 2008,
"venue": "Political Analysis",
"volume": "16",
"issue": "4",
"pages": "372--403",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Burt L. Monroe, Michael P. Colaresi, and Kevin M. Quinn. 2008. Fightin'words: Lexical feature selec- tion and evaluation for identifying the content of po- litical conflict. Political Analysis, 16(4):372-403.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Projecting dialect distances to geography: Bootstrap clustering vs. noisy clustering",
"authors": [
{
"first": "John",
"middle": [],
"last": "Nerbonne",
"suffix": ""
},
{
"first": "Peter",
"middle": [],
"last": "Kleiweg",
"suffix": ""
},
{
"first": "Wilbert",
"middle": [],
"last": "Heeringa",
"suffix": ""
},
{
"first": "Franz",
"middle": [],
"last": "Manni",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the 31st Annual Meeting of the German Classification Society",
"volume": "",
"issue": "",
"pages": "647--654",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "John Nerbonne, Peter Kleiweg, Wilbert Heeringa, and Franz Manni. 2008. Projecting dialect distances to geography: Bootstrap clustering vs. noisy clustering. In Proceedings of the 31st Annual Meeting of the German Classification Society, pages 647-654.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "A kernel independence test for geographical language variation",
"authors": [
{
"first": "Dong",
"middle": [],
"last": "Nguyen",
"suffix": ""
},
{
"first": "Jacob",
"middle": [],
"last": "Eisenstein",
"suffix": ""
}
],
"year": null,
"venue": "Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dong Nguyen and Jacob Eisenstein. to appear. A kernel independence test for geographical language variation. Computational Linguistics.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "Inferring the origin locations of tweets with quantitative confidence",
"authors": [
{
"first": "Reid",
"middle": [],
"last": "Priedhorsky",
"suffix": ""
},
{
"first": "Aron",
"middle": [],
"last": "Culotta",
"suffix": ""
},
{
"first": "Sara",
"middle": [
"Y Del"
],
"last": "Valle",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 17th ACM Conference on Computer Supported Cooperative Work & Social Computing",
"volume": "",
"issue": "",
"pages": "1523--1536",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Reid Priedhorsky, Aron Culotta, and Sara Y. Del Valle. 2014. Inferring the origin locations of tweets with quantitative confidence. In Proceedings of the 17th ACM Conference on Computer Supported Cooper- ative Work & Social Computing, pages 1523-1536, Baltimore, USA.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "A neural model for user geolocation and lexical dialectology",
"authors": [
{
"first": "Afshin",
"middle": [],
"last": "Rahimi",
"suffix": ""
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2017,
"venue": "Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Afshin Rahimi, Trevor Cohn, and Timothy Baldwin. to appear. A neural model for user geolocation and lex- ical dialectology. In Proceedings of the 55th Annual Meeting of the Association for Computational Lin- guistics (ACL 2017), Vancouver, Canada.",
"links": null
},
"BIBREF33": {
"ref_id": "b33",
"title": "Exploiting text and network context for geolocation of social media users",
"authors": [
{
"first": "Afshin",
"middle": [],
"last": "Rahimi",
"suffix": ""
},
{
"first": "Duy",
"middle": [],
"last": "Vu",
"suffix": ""
},
{
"first": "Trevor",
"middle": [],
"last": "Cohn",
"suffix": ""
},
{
"first": "Timothy",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 2015,
"venue": "Proceedings of the 2015 Conference of the North American Chapter of the Association for Computational Linguistics -Human Language Technologies (NAACL HLT 2015)",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Afshin Rahimi, Duy Vu, Trevor Cohn, and Timothy Baldwin. 2015. Exploiting text and network context for geolocation of social media users. In Proceed- ings of the 2015 Conference of the North American Chapter of the Association for Computational Lin- guistics -Human Language Technologies (NAACL HLT 2015), Denver, USA.",
"links": null
},
"BIBREF34": {
"ref_id": "b34",
"title": "Supervised text-based geolocation using language models on an adaptive grid",
"authors": [
{
"first": "Stephen",
"middle": [],
"last": "Roller",
"suffix": ""
},
{
"first": "Michael",
"middle": [],
"last": "Speriosu",
"suffix": ""
},
{
"first": "Sarat",
"middle": [],
"last": "Rallapalli",
"suffix": ""
},
{
"first": "Benjamin",
"middle": [],
"last": "Wing",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Baldridge",
"suffix": ""
}
],
"year": 2012,
"venue": "Proceedings of the 2012",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephen Roller, Michael Speriosu, Sarat Rallapalli, Benjamin Wing, and Jason Baldridge. 2012. Super- vised text-based geolocation using language models on an adaptive grid. In Proceedings of the 2012",
"links": null
},
"BIBREF35": {
"ref_id": "b35",
"title": "Natural Language Processing and Computational Natural Language Learning (EMNLP-CONLL 2012)",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "1500--1510",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Joint Conference on Empirical Methods in Natural Language Processing and Computational Natural Language Learning (EMNLP-CONLL 2012), pages 1500-1510, Jeju, South Korea.",
"links": null
},
"BIBREF36": {
"ref_id": "b36",
"title": "Placing Flickr photos on a map",
"authors": [
{
"first": "Pavel",
"middle": [],
"last": "Serdyukov",
"suffix": ""
},
{
"first": "Vanessa",
"middle": [],
"last": "Murdock",
"suffix": ""
},
{
"first": "Roelof",
"middle": [],
"last": "Van Zwol",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of the 32nd International ACM SIGIR Conference on Research and Development in Information Retrieval",
"volume": "",
"issue": "",
"pages": "484--491",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pavel Serdyukov, Vanessa Murdock, and Roelof Van Zwol. 2009. Placing Flickr photos on a map. In Proceedings of the 32nd International ACM SIGIR Conference on Research and Development in Infor- mation Retrieval, pages 484-491, Boston, USA.",
"links": null
},
"BIBREF37": {
"ref_id": "b37",
"title": "After the boom no one tweets: Microblogbased influenza detection incorporating indirect information",
"authors": [
{
"first": "Shoko",
"middle": [],
"last": "Wakamiya",
"suffix": ""
},
{
"first": "Yukiko",
"middle": [],
"last": "Kawai",
"suffix": ""
},
{
"first": "Eiji",
"middle": [],
"last": "Aramaki",
"suffix": ""
}
],
"year": 2016,
"venue": "Proceedings of the Sixth International Conference on Emerging Databases: Technologies, Applications, and Theory",
"volume": "",
"issue": "",
"pages": "17--25",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shoko Wakamiya, Yukiko Kawai, and Eiji Aramaki. 2016. After the boom no one tweets: Microblog- based influenza detection incorporating indirect in- formation. In Proceedings of the Sixth International Conference on Emerging Databases: Technologies, Applications, and Theory, pages 17-25, Jeju, South Korea.",
"links": null
},
"BIBREF38": {
"ref_id": "b38",
"title": "A semiparametric Gaussian copula regression model for predicting financial risks from earnings calls",
"authors": [
{
"first": "Yang",
"middle": [],
"last": "William",
"suffix": ""
},
{
"first": "Zhenhao",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hua",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 52nd Annual Meeting of the Association for Computational Linguistics",
"volume": "",
"issue": "",
"pages": "1155--1165",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "William Yang Wang and Zhenhao Hua. 2014. A semi- parametric Gaussian copula regression model for predicting financial risks from earnings calls. In Pro- ceedings of the 52nd Annual Meeting of the Asso- ciation for Computational Linguistics, pages 1155- 1165, Baltimore, USA.",
"links": null
},
"BIBREF39": {
"ref_id": "b39",
"title": "Simple supervised document geolocation with geodesic grids",
"authors": [
{
"first": "P",
"middle": [],
"last": "Benjamin",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Wing",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baldridge",
"suffix": ""
}
],
"year": 2011,
"venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
"volume": "1",
"issue": "",
"pages": "955--964",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benjamin P Wing and Jason Baldridge. 2011. Sim- ple supervised document geolocation with geodesic grids. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Hu- man Language Technologies-Volume 1 (ACL-HLT 2011), pages 955-964, Portland, USA.",
"links": null
},
"BIBREF40": {
"ref_id": "b40",
"title": "Hierarchical discriminative classification for text-based geolocation",
"authors": [
{
"first": "P",
"middle": [],
"last": "Benjamin",
"suffix": ""
},
{
"first": "Jason",
"middle": [],
"last": "Wing",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Baldridge",
"suffix": ""
}
],
"year": 2014,
"venue": "Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP 2014)",
"volume": "",
"issue": "",
"pages": "336--348",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Benjamin P Wing and Jason Baldridge. 2014. Hierar- chical discriminative classification for text-based ge- olocation. In Proceedings of the 2014 Conference on Empirical Methods in Natural Language Process- ing (EMNLP 2014), pages 336-348, Doha, Qatar.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"uris": null,
"type_str": "figure",
"text": "(a) The lexical dialectology model using a Gaussian representation layer. (b) MDN-SHARED geolocation model where the mixture weights \u03c0 are predicted for each sample, and \u00b5 and \u03a3 are parameters of the output layer, shared between all samples.",
"num": null
},
"FIGREF1": {
"uris": null,
"type_str": "figure",
"text": "Learned Gaussian representation of input locations over TWITTER-US in the lexical dialectology model. The number of Gaussian components, K, is set to 100 . The red points are \u00b5 k and the contours are drawn at p = 0.01.",
"num": null
},
"FIGREF2": {
"uris": null,
"type_str": "figure",
"text": "The distribution of geolocation error for MDN-SHARED over the development set of TWITTER",
"num": null
},
"FIGREF3": {
"uris": null,
"type_str": "figure",
"text": "Log probabilities of terms: (a) hella and (b) yall in continental U.S.",
"num": null
},
"TABREF1": {
"content": "<table><tr><td/><td/><td>GEOTEXT</td><td/><td/><td>TWITTER-US</td><td/></tr><tr><td/><td colspan=\"3\">Acc@161 Mean Median</td><td colspan=\"3\">Acc@161 Mean Median</td></tr><tr><td>Baseline (Regression)</td><td>4</td><td>951</td><td>733</td><td>9</td><td>746</td><td>557</td></tr><tr><td>Proposed method (MDN)</td><td>24</td><td>983</td><td>505</td><td>29</td><td>696</td><td>281</td></tr><tr><td>Proposed method (MDN-SHARED)</td><td>39</td><td>865</td><td>412</td><td>42</td><td>655</td><td>216</td></tr><tr><td>CLASSIFICATION METHODS</td><td/><td/><td/><td/><td/><td/></tr><tr><td>(Rahimi et al., 2015) (LR)</td><td>38</td><td>880</td><td>397</td><td>50</td><td>686</td><td>159</td></tr><tr><td>(Wing and Baldridge, 2014) (uniform)</td><td>-</td><td>-</td><td>-</td><td>49</td><td>703</td><td>170</td></tr><tr><td>(Wing and Baldridge, 2014) (k-d tree)</td><td>-</td><td>-</td><td>-</td><td>48</td><td>686</td><td>191</td></tr><tr><td>(Melo and Martins, 2015)</td><td>-</td><td>-</td><td>-</td><td>-</td><td>702</td><td>208</td></tr><tr><td>(Cha et al., 2015)</td><td>-</td><td>581</td><td>425</td><td>-</td><td>-</td><td>-</td></tr><tr><td>(Liu and Inkpen, 2015)</td><td>-</td><td>-</td><td>-</td><td>-</td><td>733</td><td>377</td></tr></table>",
"type_str": "table",
"num": null,
"html": null,
"text": "Hyper-parameter settings of the geolocation models tuned over development set of each dataset. K is the number of Gaussian components in MDN and MDN-SHARED. Regression has a tanh hidden layer instead of the Gaussian layer. \"-\" means the parameter is not applicable to the model."
},
"TABREF2": {
"content": "<table><tr><td>WA OR</td><td>CA</td><td>NV</td><td>ID</td><td>MT UT AZ</td><td>WY CO NM</td><td>ND SD NE OK KS TX</td><td>MN</td><td>WI IL MO IA AR MS LA</td><td>MI KY IN TN AL</td><td>OH SC WV VA NC GA</td><td>NY NJ DE PA MD DC</td><td>ME MA NH VT CT RI</td></tr><tr><td/><td/><td/><td/><td/><td/><td/><td/><td/><td/><td>FL</td><td/><td/></tr></table>",
"type_str": "table",
"num": null,
"html": null,
"text": "Geolocation results over GEOTEXT and TWITTER-US datasets based on Regression, MDN and MDN-SHARED methods. The results are also compared to state-of-the-art classification methods. \"-\" signifies that no results were reported for the given metric or dataset."
},
"TABREF3": {
"content": "<table><tr><td>WA OR CA NV UT MT ID AZ</td><td>WY CO NM</td><td>MN IA WI IL MO KS ND SD NE OK TX AR MS LA</td><td colspan=\"2\">ME NH VT NY MA PA CT RI NJ DE MD DC VA WV OH TN NC MI IN KY SC AL GA FL</td><td>11.2 10.4 9.6 8.8 8.0 5.6 6.4 7.2 logprob</td></tr><tr><td colspan=\"4\">(a) MN WA MT ID ND OR SD WY IA WI NE IL CA NV UT CO MO KS AZ OK NM TX AR MS LA</td><td>ME NH VT NY MA PA CT RI NJ DE MD DC VA WV OH TN NC MI IN KY SC AL GA FL</td><td>12.0 11.2 10.4 9.6 8.8 8.0 5.6 6.4 7.2 logprob</td></tr><tr><td>(b)</td><td/><td/><td/><td/></tr></table>",
"type_str": "table",
"num": null,
"html": null,
"text": "Figure 4: Recall at k% of 54k vocabulary for retrieving DAREDS dialect words given points within a dialect region. hella (an intensifier) mostly used in Northern California, also the name of a company in Illinois. yall (means you all) mainly used in Southern U.S."
}
}
}
}