wide_analysis / README.md
hsuvaskakoty's picture
Update README.md
21b3dac verified
metadata
license: apache-2.0
task_categories:
  - text-classification
language:
  - en
pretty_name: wikideletion
size_categories:
  - 10K<n<100K

Wiki Deletion Discussion Dataset

This dataset contains Deletion discussions for Wikipedia articles with their resolutions as corresponding labels. The dataset contains 3 fields: Title of the Article, Deletion discussion, and Resolution of the discussion as Label. This is a multi-class classification dataset with the following Labels:

  • "keep": The article should be kept as it is.
  • "delete": The article should be deleted.
  • "merge": The article should be merged with another article. Articles that are short and unlikely to be expanded could be merged into larger articles or lists.
  • "redirect": The article should be redirected to another existing article that is a better target for the content.
  • "withdraw": The nominator withdraws their nomination for deletion, often due to improvements made to the article during the discussion.
  • "no consensus": When there is no clear agreement on the deletion discussion.
  • "speedy keep": The article should be kept and there are reasons to bypass deletion discussions to keep the article immediately
  • "speedy delete": The article should be deleted and there are reasons to bypass deletion discussions to delete the article immediately

The dataset is divided into two non-overlapping splits

  • Train split: 13032 rows
  • Test Split: 5496 rows