Giter VIP home page Giter VIP logo

courseraforums's Introduction

courseraforums

This repository provides the anonymized versions of the discussion threads from the forums of 60 Coursera Massive Open Online Courses (MOOCs), for a total of about 100,000 threads. This dataset is associated to the paper: Language independent analysis and classification of discussion threads in coursera MOOC forums, by Lorenzo A. Rossi and Omprakash Gnawali, IEEE International Conference on Information Reuse and Integration (IRI), August 2014.

If you use the dataset for your work, please cite the paper. BiBTeX entry:

@inproceedings{coursera-iri2014,
   author = {Lorenzo A. Rossi and Omprakash Gnawali},
   title = {{Language Independent Analysis and Classification of Discussion Threads in Coursera MOOC Forums}},
   booktitle = {Proceedings of the IEEE International Conference on Information Reuse and Integration (IRI 2014)},
   month = aug,
   year = {2014}
}

If you have questions, email lorenzo [dot] rossi [at] gmail

The dataset has been anonymized as follows: the text and the names of the authors of all the posts and comments have been removed. The author indentifiers have been hashed so not to match the Coursera user indentifiers. Anonymous users have ID 0 on this repository as well as on Coursera.

Description of the CSV files

course_information.csv

Basic information about the 60 courses used in this dataset.

  • name course name
  • course_id Coursera course identifier
  • weeks course duration (in weeks)
  • hours average number of hours ofcourse work requested per week
  • start_date start date
  • end_date end date (often not enetered in this file)
  • type type of course ('Q': quantitative, ...)
  • language language use to teach the course (also the main but not necessarily the only language of the forums). 'E': English, 'FR': French, 'SP': Spanish, 'CH': Chinese
  • num_threads number of threads in the forum
  • mandatory_posts number of posts to receive credits for activity in the forums some Coursera courses give credits for posting in the forums
  • num_users number of unique users active in the forum. Anonymous users are counted as 1 unit; so the number of actual users may be larger.

course_subforums.csv

Data about the threads and the subpforums containing them for the discussion forums of the 60 courses.

  • thread_id thread identifier
  • course_id Coursera course identifier
  • og_forum name of the original (sub)forum
  • og_forum_id identifier (int) of the original subforum
  • parent_forum name of the parent (sub)forum
  • parent_forum_id identifier of the parent (sub)forum
  • forum_chain complete sequence of (sub)forum names from root to current subforum
  • depth number of (sub)forum in forum_chain
  • num_views number of views for the thread
  • num_tags number of tags associated to the subforum title
  • forum_id possibly re-mapped subforum identifier
    • 2: General (Miscellaneous) Discussion
    • 3: Assignments
    • 4: Study Groups / Meetups
    • 7: Course Feedback / Suggestions
    • 8: Lectures
    • 9: Platform Issues
    • 100: Signature Track
    • otherwise: not remapped

course_posts.csv

Data aboout all the posts or comments (minus spam) made in the discussion forums of the 60 courses.

  • post_id identifier (integer) of the post (comment)
  • thread_id identifier of the thread
  • course_id Coursera course identifier
  • parent_id identifier of the parent post (0 for posts, nonzero for comments)
  • order order of the post in the thread (1: first post, 2: ..., 0: comment)
  • user_id user ID (hashed version of original Coursera user ID)
  • user_type 'Student', 'Anonymous', 'Staff', 'Instructor', 'Community TA', 'Coursera Staff' or 'Coursera Tech Support'
  • post_time time stamp
  • relative_t normalized posting time relative to the course's start and end time
  • votes sum of the votes received by the post (comment). Each user can add +/-1 to a post
  • forum_id possibly re-mapped subforum identifier
    • 2: General (Miscellaneous) Discussion
    • 3: Assignments
    • 4: Study Groups / Meetups
    • 7: Course Feedback / Suggestions
    • 8: Lectures
    • 9: Platform Issues
    • 100: Signature Track
    • otherwise: not remapped

courseraforums's People

Contributors

elleros avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.