Commit
·
24b1ead
1
Parent(s):
07441a4
Model card updated
Browse files
README.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Dataset Card for WITS
|
| 2 |
+
## Table of Contents
|
| 3 |
+
- [Dataset Description](#dataset-description)
|
| 4 |
+
- [Dataset Summary](#dataset-summary)
|
| 5 |
+
- [Languages](#languages)
|
| 6 |
+
- [Additional Information](#additional-information)
|
| 7 |
+
- [Licensing Information](#licensing-information)
|
| 8 |
+
- [Citation Information](#citation-information)
|
| 9 |
+
|
| 10 |
+
## Dataset Description
|
| 11 |
+
|
| 12 |
+
- **Repository:** https://github.com/slvcsl/WITS
|
| 13 |
+
- **Paper:** http://ceur-ws.org/Vol-3033/paper65.pdf
|
| 14 |
+
|
| 15 |
+
### Dataset Summary
|
| 16 |
+
|
| 17 |
+
WITS (Wikipedia for Italian Text Summarization) is a large-scale dataset for abstractive summarization in Italian, built exploiting Wikipedia articles' structure. WITS contains almost 700,000 Wikipedia articles, together with their human-written summaries.
|
| 18 |
+
|
| 19 |
+
Compared to existing data for text summarization in Italian, WITS is more than an order of magnitude larger and more challenging, given its lengthy sources.
|
| 20 |
+
|
| 21 |
+
### Languages
|
| 22 |
+
|
| 23 |
+
The dataset is in Italian.
|
| 24 |
+
|
| 25 |
+
### Licensing Information
|
| 26 |
+
|
| 27 |
+
The dataset uses text from Wikipedia. Please refer to Wikipedia's license.
|
| 28 |
+
|
| 29 |
+
### Citation Information
|
| 30 |
+
|
| 31 |
+
If you use the dataset, please cite:
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
@inproceedings{DBLP:conf/clic-it/CasolaL21,
|
| 35 |
+
author={Silvia Casola and Alberto Lavelli},
|
| 36 |
+
title={WITS: Wikipedia for Italian Text Summarization},
|
| 37 |
+
year={2021},
|
| 38 |
+
cdate={1609459200000},
|
| 39 |
+
url={http://ceur-ws.org/Vol-3033/paper65.pdf},
|
| 40 |
+
booktitle={CLiC-it},
|
| 41 |
+
crossref={conf/clic-it/2021}
|
| 42 |
+
}
|
| 43 |
+
```
|