Difference between revisions of "Cohen Courses:Tweet"

From Cohen Courses
Jump to navigationJump to search
(Created page with 'Inferring geographical activity using Twitter.')
 
Line 1: Line 1:
 
Inferring geographical activity using Twitter.
 
Inferring geographical activity using Twitter.
 +
 +
== Team Member(s) ==
 +
 +
* [[User:Dwijaya|Derry Wijaya]]
 +
* [[User:taruns|Tarun Sharma]]
 +
 +
== Proposal ==
 +
 +
In this project we would like to infer the location category of a tweet based on the words in the tweet (including sentiments) and the time of the tweet. We believe Twitter users:
 +
 +
* tweet differently at different locations - e.g. a tweet made from a restaurant (about the food, the service, etc) maybe different from a tweet made from an office (about works, etc)
 +
* location is affected by time - e.g. a person is more likely to tweet from the office in the morning than from a nightspot
 +
* sentiment is affected by location - e.g. a person maybe more likely to feel sombre in the office than in travel spots
 +
 +
How locations of tweets change with time
 +
 +
The location categories to infer are taken from Foursquare categories: "Arts and Entertainment", "College and Education", "Food", "Home/Work/Other", "Nightlife Spots", "Great Outdoors", "Shops", "Travel Spots".
 +
 +
== Baseline & Dataset ==
 +
 +
 +
 +
== Related Work ==
 +
 +
* [http://people.csail.mit.edu/jacobe/papers/nipsws2010.pdf A Mixture Model of Demographic Lexical Variation] by O'Connor et al., NIPS-2010 Workshop on Machine Learning and Social Computing
 +
* [http://brenocon.com/eisenstein_oconnor_smith_xing.emnlp2010.geographic_lexical_variation.pdf A Latent Variable Model for Geographic Lexical Variation] by Eisenstein et al., EMNLP 2010
 +
* [http://faculty.cs.tamu.edu/caverlee/pubs/cheng10cikm.pdf You Are Where You Tweet: A Content-Based Approach to Geo-locating Twitter Users] by Cheng et al., CIKM 2010
 +
* [http://www.sciencemag.org/content/333/6051/1878.abstract Diurnal and Seasonal Mood Vary with Work, Sleep, and Daylength Across Diverse Cultures] by Golder and Macy, Science, Vol. 333 no. 6051 pp. 1878-1881, 30 September 2011

Revision as of 23:57, 5 October 2011

Inferring geographical activity using Twitter.

Team Member(s)

Proposal

In this project we would like to infer the location category of a tweet based on the words in the tweet (including sentiments) and the time of the tweet. We believe Twitter users:

  • tweet differently at different locations - e.g. a tweet made from a restaurant (about the food, the service, etc) maybe different from a tweet made from an office (about works, etc)
  • location is affected by time - e.g. a person is more likely to tweet from the office in the morning than from a nightspot
  • sentiment is affected by location - e.g. a person maybe more likely to feel sombre in the office than in travel spots

How locations of tweets change with time

The location categories to infer are taken from Foursquare categories: "Arts and Entertainment", "College and Education", "Food", "Home/Work/Other", "Nightlife Spots", "Great Outdoors", "Shops", "Travel Spots".

Baseline & Dataset

Related Work