Difference between revisions of "Understanding user information sharing behaviors"

From Cohen Courses
Jump to navigationJump to search
Line 1: Line 1:
 
This is an assignment project for [http://malt.ml.cmu.edu/mw/index.php/Social_Media_Analysis_10-802_in_Fall_2012 Social Media Analysis course in Fall 2012]
 
This is an assignment project for [http://malt.ml.cmu.edu/mw/index.php/Social_Media_Analysis_10-802_in_Fall_2012 Social Media Analysis course in Fall 2012]
== Project Proposal ==
+
== Introduction ==
 
We want to characterizing user behaviors in retweeting in Twitter. The objective of this project is to answer the question that, in Twitter, who often retweet from whom, about what topics, and with which degree of sentiment.
 
We want to characterizing user behaviors in retweeting in Twitter. The objective of this project is to answer the question that, in Twitter, who often retweet from whom, about what topics, and with which degree of sentiment.
  

Revision as of 16:23, 8 October 2012

This is an assignment project for Social Media Analysis course in Fall 2012

Introduction

We want to characterizing user behaviors in retweeting in Twitter. The objective of this project is to answer the question that, in Twitter, who often retweet from whom, about what topics, and with which degree of sentiment.

Team Members

Tuan Anh

Goal

Identifying the relationship between likelihood that a user retweets a tweet with some other network and linguistic factors, e.g., the relative position of the follower and the followee in the network (they are in the same political community or not), their centralities within the network and their communities, or the topic of the tweets, etc.

Methods

  • Using bag-of-words based classifiers to identify user community label
  • Measuring user relative position in network using their community label and network centralities
  • Measuring the relationship between the measures using their correlation coefficients, e.g, Pearson correlation

Data Set

The dataset has been crawled from Twitter using Twitter's APIs. Starting from a set of selected influential users, e.g., politician (barrackobama, mittromney, etc) and political bloggers (dailykos, ameriablog, etc) , we expanded the set by including their followers and followees. Tweets, including retweets, from all the users then will be crawled in daily basis. Roughly, we have 400K users, 7M tweets (about one-fifth are retweets) per month.