Source-linked AI summary

Learning about social learning in MOOCs: From statistical analysis to generative model

Christopher G. Brinton, Mung Chiang, Shaili Jain, Henry Lam, Zhenming Liu, Felix Ming Fai Wong

arXiv:1312.2159v2cs.SI

TL;DR

MOOC forums are central to scalable social learning but suffer from declining participation and noisy, overwhelming discussions. The paper combines regression analysis of forum activity with a unified generative model for classification and relevance ranking. It finds that staff participation increases discussion volume without slowing decline, while the proposed ranking and classification approaches are demonstrated as proof-of-concept tools.

  • Problem

    MOOC forums face sharp participation declines and information overload, motivating questions about sustaining activity and helping users find valuable discussions.

  • Method

    The paper analyzes forum activity with regression models and proposes a unified generative model guiding thread classification, topic extraction, and relevance ranking.

  • Results

    Teaching staff participation increases discussion volume but does not slow participation decline; the ranking and classification algorithms are demonstrated as proof-of-concept approaches.

  • Takeaways & Limitations

    The study takes a step toward sustaining forum activity and enhancing personalized learning by understanding user behavior and addressing discussion information overload.

  • Takeaways & Limitations

    The ranking algorithm is presented primarily as a proof-of-concept for the generative model’s efficacy.

Abstract

from arXiv · show

We study user behavior in the courses offered by a major Massive Online Open Course (MOOC) provider during the summer of 2013. Since social learning is a key element of scalable education in MOOCs and is done via online discussion forums, our main focus is in understanding forum activities. Two salient features of MOOC forum activities drive our research: 1. High decline rate: for all courses studied, the volume of discussions in the forum declines continuously throughout the duration of the course. 2. High-volume, noisy discussions: at least 30% of the courses produce new discussion threads at rates that are infeasible for students or teaching staff to read through. Furthermore, a substantial portion of the discussions are not directly course-related. We investigate factors that correlate with the decline of activity in the online discussion forums and find effective strategies to classify threads and rank their relevance. Specifically, we use linear regression models to analyze the time series of the count data for the forum activities and make a number of observations, e.g., the teaching staff's active participation in the discussion increases the discussion volume but does not slow down the decline rate. We then propose a unified generative model for the discussion threads, which allows us both to choose efficient thread classifiers and design an effective algorithm for ranking thread relevance. Our ranking algorithm is further compared against two baseline algorithms, using human evaluation from Amazon Mechanical Turk. The authors on this paper are listed in alphabetical order. For media and press coverage, please refer to us collectively, as "researchers from the EDGE Lab at Princeton University, together with collaborators at Boston University and Microsoft Corporation."

1. INTRODUCTION

MOOC forums support scalable social learning but exhibit sharp participation declines and information overload. Using broad Coursera data, the paper analyzes forum dynamics and develops unified tools to filter and rank discussions.

  • MOOC forums are a key venue for teacher-student interaction and student peer help, making their dynamics relevant to online learning quality.
  • Forum activity rapidly declines after courses launch, while high discussion volumes make relevant information difficult to navigate.
  • The study asks which behavioral factors sustain participation and whether a simple generative model can improve forum navigation.
  • The authors analyze participation with regression models and use discussion statistics to characterize information overflow across course stages.
  • A unified generative model guides small-talk classification, topic extraction, and relevance ranking, with ranking compared against baselines using human evaluation.
  • The dataset covers 73 Coursera courses from summer 2013, substantially exceeding the course coverage of prior studies.

2. PRELIMINARIES

The study builds a 73-course Coursera dataset, categorizes courses and forum threads, and examines how small-talk contributes to information overload. It combines MTurk labeling with support vector machine classification while noting aggregation and classification-error limitations.

  • Dataset: 73 courses were analyzed from Coursera’s summer 2013 offerings, with approximately 830K posts added for generative-model development.Complete records covered 73 of 80 initially selected courses; four additional courses were included for model development.
  • Course categorization: Courses were grouped as vocational, science or applied science, or humanities and social sciences using quantitative and vocational criteria.Among 73 courses, 37 were quantitative, 8 vocational, and 6 both.
  • Thread categories: Forum threads were classified as small-talk, course logistics, or course-specific questions, with course-specific questions considered most valuable for learning.Small-talk includes self-introductions and study-group requests, while logistics includes homework deadlines and lecture access.
  • Thread classification: MTurk workers labeled 30 randomly selected threads per course, using three labels per thread and majority vote to determine categories.These labels trained a support vector machine for temporal analysis because labeling a large share of threads was infeasible.
  • Information overload: Small-talk is a major source of forum information overload, especially because humanities and social sciences courses retain more than 30% small-talk long after launch.Small-talk is initially high across course categories and generally declines over time, but remains substantial in humanities and social sciences.
  • Limitations: The small-talk estimates are limited by loss of course-level information through aggregation and possible support vector machine classification errors.The plots therefore provide estimates rather than exact small-talk volumes.

3. STATISTICAL ANALYSIS

The statistical analysis examines factors associated with forum participation and its decline across 73 Coursera courses, finding broadly declining activity and relationships with course type, staff participation, and peer-graded homework. It also tests whether thread concurrency reduces attention, finding strong evidence of an association.

  • 3.1.1 Statistics of Coursera: The average course had 1835.0 students (sd = 1975.4), compared with 1069.7 active students (sd = 1217.7), where active means making at least 2 posts.The threshold of 2 posts is explicitly described as arbitrary and intended to show that many students make few posts.
  • 3.1.1 Statistics of Coursera: 72 of 73 courses had negative forum-participation decline rates, with a mean decline rate of −5.0 and standard deviation 8.7.After removing the top and bottom 3% of within-course count-difference outliers, 51 of 73 courses had Shapiro-test p-values ≥0.01.
  • 3.1.2 Regression model: Quantitative and vocational courses initially attracted less discussion but were associated with smaller long-run decline rates.The reported associations had p-values ≤10−6.
  • 3.1.2 Regression model: One additional teaching-staff post corresponded to 6.05 more posts per day, while staff participation was also associated with a higher long-run decline rate.The higher-decline association had p-value = 0.021 in the ordinary least-squares analysis and p-value = 0.038 for distinct users in the related model.
  • 3.1.2 Regression model: Peer-graded homework added 88.29 posts per day on average and was also associated with a moderately higher decline rate.The reported decline-rate association had p-value = 0.018.
  • 3.2 Attention to each thread: A t-statistic of 40.3 and p-values ≤2.2 × 10−16 indicated strong evidence that more simultaneously created threads correlated with shorter thread lengths.The result was supported using both a t-test and a Mann-Whitney U-test, addressing mean and median comparisons respectively.

4. A GENERATIVE MODEL

The paper introduces a generative model for MOOC discussion threads, motivated by classifier behavior in filtering small-talk. The model explains why SVM can outperform naive Bayes under course-specific topic variation.

  • Classifier evaluation: The authors evaluate SVM and naive Bayes using MTurk-labeled threads, course-level training and test data, and standard SVM software.They randomly select 30 threads per course and split sampled threads into training and test sets with probability 0.85 for training.
  • Classifier results: SVM achieves a substantially better false-positive rate than naive Bayes at similar true-positive rates, with further reduction when its true-positive rate is lowered.The authors also report that sufficiently good classification does not require many features.
  • Model structure: The generative model represents background language, small-talk or logistics topics, and course-specific topical distributions.Threads are sampled as either logistic/small-talk or course-specific discussions, with course-dependent small-talk probability.
  • Model assumptions: The model assumes near-uniform background word probabilities and distinguishable course-specific topic supports.These assumptions support the theoretical analysis of classifier behavior.
  • Classifier implications: Naive Bayes can have poor performance for some courses, whereas an SVM has a separating plane that classifies threads correctly with high probability.The theorem applies whether naive Bayes is trained per course or across all courses.

5. TOPIC EXTRACTION AND RANKING.

The paper uses its generative model to extract course topics and rank discussion relevance. The resulting proof-of-concept methods identify topical keywords, stabilize quickly, and outperform tf-idf and HITS baselines in the reported evaluations.

  • Topic extraction: The topic-extraction algorithm combines background discussions with approximately 10 days of course-specific forum data.This design targets discussion topics, which may differ from syllabus keywords and may change across repeated course offerings.
  • Topic extraction: The algorithm ranks words by a surprise-weight function and returns the top-k words as the course keyword summary.The ranked support is intended to approximate the course-specific topical words.
  • Topic extraction: Under the generative model, the topical extraction algorithm successfully identifies a course’s topical-word support when training data is sufficiently large.The corollary assumes constant-order small-talk probability and known topical-support size.
  • Topic-extraction results: The topical algorithm identifies keywords effectively across the tested courses, while the highest-idf terms are mostly meaningless words.The evaluation uses 10 randomly selected large courses and 50 background training courses.
  • Topic-extraction results: Kendall tau distance between consecutive keyword rankings converges below 2% after approximately 10 days.This stabilization defines the algorithm’s approximate warming-up period.
  • Relevance ranking: The relevance-ranking algorithm weights words by topical rank using η(w) = α^r(w), with α = 0.96 in the experiments, then sums word weights within each thread.Words outside the top-50 keyword set receive infinite rank.
  • Ranking evaluation: Against tf-idf, the algorithm is consistently better, though the reported improvement is not significant.Across 10 courses and 6 days, the compared sets each contain 253 threads; 64 were irrelevant in D1 and 104 in D2.

6. CONCLUSION

The paper combines large-scale forum analysis with proof-of-concept keyword-extraction and relevance-ranking methods to address declining participation and information overload. It identifies slowing the decline of forum participation as the main open problem.

  • Conclusion: The paper’s broader goal is to sustain forum activity and enhance personalized learning through online discussion forums.Its empirical dataset is used to examine user behavior and factors that could potentially change it.
  • Conclusion: Teaching staff participation increases discussion volume but does not slow the decline in participation.The paper presents keyword extraction and relevance ranking as effective proof-of-concept responses to information overload.
  • Conclusion: Devising effective strategies to reduce the decline of participation remains the paper’s main open problem.The conclusion frames this as the next issue to address.
Loading 1312.2159v2…