Difference between revisions of "Anderson et al KDD2012"

From Cohen Courses
Jump to navigationJump to search
Line 18: Line 18:
  
 
== Summary ==
 
== Summary ==
 +
Question Answering websites like Stack Overflow and Quora are growing into large repository of valuable knowledge with the help of community driven knowledge creation process. In this Case Study of Stack Overflow, the authors study it's community driven knowledge creation process and investigate the dynamics of the community activity that shapes the set of answers, both in how answers and voters arrive over time and how it eventually influences the final outcome. They thus consider the entire set of answers to a question as there fundamental unit of analysis instead of analyzing just the best one.
 +
The authors observe significant assortativity in the reputation of co-answerers, relationships between reputation and answer speed, and the probability of answer being chosen as the best one on the temporal characteristics of answer arrivals. They then apply there analysis on two prediction tasks. First, Predicting the long term value of the question and it's answers. Second, Predicting weather a question has been appropriately answered.
  
 
== Evaluation ==
 
== Evaluation ==

Revision as of 23:33, 26 September 2012

Citation

 author    = {Ashton Anderson and
              Daniel P. Huttenlocher and
              Jon M. Kleinberg and
              Jure Leskovec},
 title     = {Discovering value from community activity on focused Question Answering Sites: A case study of Stack Overflow},
 booktitle = {KDD},
 year      = {2012},
 pages     = {850-858},
 ee        = {http://doi.acm.org/10.1145/2339530.2339665},
 crossref  = {DBLP:conf/kdd/2012},
 bibsource = {DBLP, http://dblp.uni-trier.de}

Online version

Discovering Value from Community Activity on Focused Question Answering Sites: A Case Study of Stack Overflow

Summary

Question Answering websites like Stack Overflow and Quora are growing into large repository of valuable knowledge with the help of community driven knowledge creation process. In this Case Study of Stack Overflow, the authors study it's community driven knowledge creation process and investigate the dynamics of the community activity that shapes the set of answers, both in how answers and voters arrive over time and how it eventually influences the final outcome. They thus consider the entire set of answers to a question as there fundamental unit of analysis instead of analyzing just the best one. The authors observe significant assortativity in the reputation of co-answerers, relationships between reputation and answer speed, and the probability of answer being chosen as the best one on the temporal characteristics of answer arrivals. They then apply there analysis on two prediction tasks. First, Predicting the long term value of the question and it's answers. Second, Predicting weather a question has been appropriately answered.

Evaluation

Discussion

Related papers

Study plan