Published March 31, 2019 | Version v1

Data used in "Eliciting New Wikipedia Users' Interests via Automatically Mined Questionnaires: For a Warm Welcome, Not a Cold Start"

  • 1. EPFL
  • 2. Wikimedia Foundation

Description

The data used in the paper titled "Eliciting New Wikipedia Users’ Interests via Automatically Mined Questionnaires: For a Warm Welcome, Not a Cold Start", accepted to ICWSM-2019. The data consists of four files:

  1. ids_to_articles.tsv: A tab-separated values file containing ids and names of Wikipedia articles. The schema is (article id, article namespace, article name).
  2. word_index_en.tsv: A tab-separated values file containing a mapping of terms to indices. The schema is (word index, 0, word).
  3. revision_history.tar.gz: A compressed file that contains two TSV files containing the entire editing history of Wikipedia up to November 2018. The schema is as follows: (rev_id, page_id, text_id, user_id, user_name, timestamp, chararray, is_minor_edit, deleted, article length in bytes after the edit, parent_id, comment). The important columns for reproducing our results are the 2nd, 4th and 5th columns, corresponding respectively to the page ID, the user ID and the username for each edit.
  4. wikipedia_term_counts.tar.gz: A compressed file containing a TSV file that has term counts for each English Wikipeda article and term pair, indicating the number of times that term has appeared in that article. The schema is (article id, word index, count).

The code contained in this repository can be used to reproduce the results from the paper.

Files

Files (35.4 GB)

Name Size
md5:6e2adc9fa773be7db2a37561f3aee20a
181.3 MB Download
md5:7d49128ecb99c80e9976bbab63b4d529
30.0 GB Download
md5:924cffef02d305d4ca81c1564919f270
5.2 GB Download
md5:1a6da4d8cb992bfe6e569789d2ac187f
35.2 MB Download