Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-3.0
|
3 |
---
|
4 |
+
A cleaned version of the Wikihow dataset for abstractive text summarization.
|
5 |
+
|
6 |
+
# Changes made
|
7 |
+
Changes to the original dataset include:
|
8 |
+
- All words have been made lowercase
|
9 |
+
- All punctuation removed except ".", "," and "-"
|
10 |
+
- Spaces added before and after all punctuation
|
11 |
+
- NA values dropped from dataset
|
12 |
+
- Leading and trailing newline and space characters removed
|
13 |
+
|
14 |
+
These changes allow for easier tokenization.
|
15 |
+
|
16 |
+
# Citation
|
17 |
+
|
18 |
+
```
|
19 |
+
@misc{koupaee2018wikihow,
|
20 |
+
title={WikiHow: A Large Scale Text Summarization Dataset},
|
21 |
+
author={Mahnaz Koupaee and William Yang Wang},
|
22 |
+
year={2018},
|
23 |
+
eprint={1810.09305},
|
24 |
+
archivePrefix={arXiv},
|
25 |
+
primaryClass={cs.CL}
|
26 |
+
}
|
27 |
+
```
|