Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- question-answering
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- lists
|
10 |
+
- bullets
|
11 |
+
- steps
|
12 |
+
- summary
|
13 |
+
pretty_name: wikihow_lists
|
14 |
+
size_categories:
|
15 |
+
- 10K<n<100K
|
16 |
---
|
17 |
+
|
18 |
+
|
19 |
+
# Dataset Card for WikiHow Lists
|
20 |
+
|
21 |
+
|
22 |
+
### Dataset Summary
|
23 |
+
|
24 |
+
Contains CSV of a subset of WikiHow articles.
|
25 |
+
|
26 |
+
Subsets include articles that have summaries in numbered list format, unordered list of ingredients, or unordered list of items needed for the article.
|
27 |
+
|
28 |
+
CSV contains a pageId to reference back to the source, title of the article, result with the list data, and a column specifying the result type (ingredient, needed items, summary)
|
29 |
+
|
30 |
+
|
31 |
+
### Licensing Information
|
32 |
+
|
33 |
+
Data is from WikiHow, license for content is located here
|
34 |
+
https://www.wikihow.com/wikiHow:Creative-Commons
|