1 / 39

Discovering Geographical Topics In The Twitter Stream Group 9 Nalluri Siva Sekhar

Discovering Geographical Topics In The Twitter Stream Group 9 Nalluri Siva Sekhar Surya Bhagath Koganti Vengala Rao Pachva. Content Introduction Related Work Model Experiment Conclusion. Introduction Widely spread usage of Micro-blogging services.

britain
Download Presentation

Discovering Geographical Topics In The Twitter Stream Group 9 Nalluri Siva Sekhar

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Discovering Geographical Topics In The Twitter Stream Group 9 Nalluri Siva Sekhar Surya BhagathKoganti Vengala Rao Pachva

  2. Content Introduction Related Work Model Experiment Conclusion

  3. Introduction Widely spread usage of Micro-blogging services. Twitter was used extensively in a number of events and emergencies , ranging from elections, earthquakes and tsunamis to Events specification. Recently, Twitter, and other online social networking services such as Foursquare, Facebook and Yelp, have started supporting location services in their messages.

  4. Introduction It is done in two ways 1. Explicit Method 2. Implicit Method The above functionalities allows researchers to address an exciting set of questions: How is information created and shared across geographical locations, How do spatial and linguistic characteristics of people vary across regions, How to model human mobility.

  5. Introduction Drawbacks of previous methods • Complicated • Over simplified This is a challenge task to discover topics and identify user’s interests from these geo-tagged messages Because of the sheer amount of data and diversity of language variations used on these location sharing services Using of Twitter data in paper Presenting an Algorithm by modeling diversity in tweets considering Topical diversity, Geographical diversity, and Interest distribution of the user.

  6. Introduction The Author customized the model to be sufficiently sparse to allow for a large scale in terms of users and locations. The analysis of data still poses a considerable challenge due to its size and due to The integration of a range of different attributes. To my knowledge this is the first paper to address both scale, location and language modeling in an integrated fashion. Furthermore, they designed an accurate and scalable inference algorithm. The algorithm allows them to discover language patterns and to extract user’s interests from geo-tagged messages.

  7. Introduction The Algorithm allows us Discover language patterns and to extract user’s interests from geo-tagged messages. Discovery of language patterns and user’s interests. In addition, factors that influence the language used in a tweet with a particular location. Example : Tweet in a particular region

  8. Introduction The choice of words is clearly influenced by the topic of the tweet. Location specific language will cause the same event to be reported quitedifferently in different locations Different geographical regions have different language variations and topics have different chances of being discussed in these regions.

  9. Prior Work Prior work falls into two groups: Some work only on the models of certain aspects of the problem described and ignoring the remainder, For instance investigated how location information can be used to better understand patterns in social photo sharing services. However, no regional language models are learned and user preferences are also not taken into account. Thus, models developed for such data are usually limited and cannot easily be applied to content rich social media. Similarly proposed a two component Gaussian mixture model to study the mobility of users in a number of location sharing services. However, their model does not incorporate content at all.

  10. Prior Work At the other end they found rather complex models, however, without the ability to scale to industrial size. For instance propose a model to predict locations of users in Twitter. This model has a global topic matrix and each region has different variation of this matrix. However, the inference algorithm is complex. Furthermore, the problem of over-parametrization makes it nontrivial to perform inference accurately. Furthermore, previous models ignore user preferences.

  11. Author Contribution Author proposed a model that is : User preference Model Flexible enough to embed all reasonable components of content and geographical locations, Handling real-world datasets consists millions of documents and users. Usage of • statistical topic models and • sparse coding techniques Used for uncovering different language patterns and common interests shared across the world. They show that interesting topics can be identified by the model and they demonstrate its effectiveness on the task of predicting locations of new messages and outperform non-trivial baselines.

  12. Related work There are two ways of related research work The first is a range of papers which use geographical language modeling in general. The second is a set of works which are specifically tuned for Twitter data. Interest of author in choosing model and interest that combine Geographical modeling and Language modeling to discover topics from geographical regions.

  13. Related work Some of related works by other representatives are : Mei et al proposed a model based on Probabilistic Latent Semantic Indexing (PLSA).It assumes that each word is either drawn from a universal background topic or from a location and time dependent language model. Later, Wang introduce a fully Bayesian generative model to incorporate locations. • No usage of real latitudes and longitudes, • Having Fixed number of regional Labels • Assumption of each term is associated with a location label. Sizov proposed a similar model to Wang . Rather than using a multinomial distribution to generate locations they replace it with two Gaussian distributions for generating latitude and longitude respectively. Drawback: Usage of Flickr restricted to the greater London area.

  14. Related work Haoproposed a model built upon Wang. However, they introduce the notion of global topics and local topics where more general terms are grouped into global topics and terms related to local events going to local topics. The inference is performed by Gibbs Sampling. Hao evaluated their model based on anecdotal results and some heuristic measurements. Although there exists such attempts of modeling language patterns and geographical locations, most prior work does not consider users at all.

  15. Model Notation

  16. Model Draw a latent region index

  17. Model Draw a topic index

  18. Model Draw a location

  19. Model For each token w in wddraw

  20. Model A graphical representation of the model

  21. Sparse Modeling • Learn discriminative features rather than obtaining redundant ones • Location independent distribution + Prevalent in a given location

  22. Inference Algorithm • For each tweet, a latent region r is firstly drawn from the following distribution, conditioned on the old topic assignments:

  23. Inference Algorithm • Sampling the topic assignment z for the same tweet, conditioned on the newly sampled r:

  24. Inference Algorithm • In the M-step, we maximize the log likelihood of the model with respect to model parameters by fixing all region and topic assignments obtained in the E-step. For geographical modeling, the maximum likelihood estimation (MLE) of parameters can be obtained in closed form:

  25. Inference Algorithm

  26. Inference Algorithm

  27. Inference Algorithm

  28. Geo graphical Location Modeling In inference algorithm process not very stable since only one sample of regional assignments for each tweet is taken into account. apply a Bayesian treatment to mean vectors and covariance matrices and do not estimate them explicitly in M-step, but it is expensive. A cheaper approach is to place a non-informative Jeffrey’s prior over the values of the mean parameters

  29. Implementation Notes Some techniques are employed to efficient implementation. The equation for Sampling of the topics index(z) is re-write to reduce the number of exponential functions to be evaluated. The second technique to speed up the inference algorithm is to efficiently calculate gradients

  30. Experiments Randomly sample 10,000 users from the dataset ,with their full set of tweets between January 2011and May 2011, The above sample resulting 573,203 distinct tweets. The size of the dataset is significantly larger than the ones used in some similar studies Authors try predict location from the tweets: Location Prediction is based on following models • Baseline • Topics • Topics + Region • Full Model

  31. Location Prediction The number of topics to 50 for all models. The average error decreases as the number of latent regions increases. The error reduces if we use topics and regions.

  32. Location Prediction

  33. Location Prediction Here we show how the predictive performance varies for different number of topics The performance does not change too much as the number of topics varies

  34. Location Prediction All users in the test set are never shown in the training set. The performance from all models is significantly worse than the experiments with randomly selected tweets

  35. Conclusions The model address the problem of modeling geographical topical patterns on Twitter. A novel sparse generative model, which combines both statistical topic models and sparse coding techniques The principled method is derived to capture different language patterns and common interests shared across the world. This approach is vital for applications such as behavior targeting, user profiling, content recommendation and topic tracking

  36. Reference A. Ahmed, E. P. Xing, W. W. Cohen, and R. F. Murphy. Structured correspondence topic models for mining captioned figures in biological literature. In Proceedings of KDD 2009, pages 39–48, New York, NY, USA. ACM. A. Beck and M. Teboulle. A fast iterative shrinkage-thresholding algorithm for linear inverse problems. SIAM Journal on Imaging Sciences, 2:183–202, March 2009. C. Chemudugunta, P. Smyth, and M. Steyvers. Modeling general and specific aspects of documents with a probabilistic topic model. In NIPS 2006, pages 241–248. Z. Cheng, J. Caverlee, K. Lee, and D. Sui. Exploring millions of footprints in location sharing services. In ICWSM 2011. E. Cho, S. A. Myers, and J. Leskovec. Friendship and mobility: user movement in location-based social networks. In Proceedings of KDD 2011, pages 1082–1090, New York, NY, USA. ACM. J. Eisenstein, A. Ahmed, and E. Xing. Sparse additive generative models of text. In Proceedings of ICML 2011, pages 1041–1048, New York, NY, USA, June. ACM. J. Eisenstein, B. O’Connor, N. A. Smith, and E. P. Xing. A latent variable model for geographic lexical variation. In Proceedings of EMNLP 2010, pages 1277–1287, Stroudsburg, PA, USA. Association for Computational Linguistics.

  37. Thankyou

  38. ??Questions??

More Related