Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
hsuvaskakoty
commited on
Commit
•
21b3dac
1
Parent(s):
6bd5618
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pretty_name: wikideletion
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
+
---
|
11 |
+
# Wiki Deletion Discussion Dataset
|
12 |
+
|
13 |
+
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:
|
14 |
+
- "keep": The article should be kept as it is.
|
15 |
+
- "delete": The article should be deleted.
|
16 |
+
- "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.
|
17 |
+
- "redirect": The article should be redirected to another existing article that is a better target for the content.
|
18 |
+
- "withdraw": The nominator withdraws their nomination for deletion, often due to improvements made to the article during the discussion.
|
19 |
+
- "no consensus": When there is no clear agreement on the deletion discussion.
|
20 |
+
- "speedy keep": The article should be kept and there are reasons to bypass deletion discussions to keep the article immediately
|
21 |
+
- "speedy delete": The article should be deleted and there are reasons to bypass deletion discussions to delete the article immediately
|
22 |
+
|
23 |
+
The dataset is divided into two non-overlapping splits
|
24 |
+
- Train split: 13032 rows
|
25 |
+
- Test Split: 5496 rows
|
26 |
+
|