Martin Bukowski commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Wikipedia Summary Dataset
|
| 6 |
+
|
| 7 |
+
This is a classic dump of 2017 wikipedia containing 5,315,378 topics with their summaries.
|
| 8 |
+
|
| 9 |
+
The original dataset is the raw.tar.gz from [https://thijs.ai/Wikipedia-Summary-Dataset/].
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
```
|
| 13 |
+
@mastersthesis{scheepers2017compositionality,
|
| 14 |
+
author = {Scheepers, Thijs},
|
| 15 |
+
title = {Improving the Compositionality of Word Embeddings},
|
| 16 |
+
school = {Universiteit van Amsterdam},
|
| 17 |
+
year = {2017},
|
| 18 |
+
month = {11},
|
| 19 |
+
address = {Science Park 904, Amsterdam, Netherlands}
|
| 20 |
+
}
|
| 21 |
+
```
|