Update caBreu.py
Browse files
caBreu.py
CHANGED
|
@@ -7,9 +7,10 @@ logger = datasets.logging.get_logger(__name__)
|
|
| 7 |
_CITATION = """"""
|
| 8 |
|
| 9 |
_DESCRIPTION = """caBreu is a summarization dataset.
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
| 13 |
"""
|
| 14 |
|
| 15 |
_HOMEPAGE = """https://github.com/TeMU-BSC/seq-to-seq-catalan"""
|
|
|
|
| 7 |
_CITATION = """"""
|
| 8 |
|
| 9 |
_DESCRIPTION = """caBreu is a summarization dataset.
|
| 10 |
+
The corpus consists of 3,000 articles and their extreme, abstractive and extractive summaries manually done by three annotators.
|
| 11 |
+
|
| 12 |
+
Articles were collected from the Catalan News Agency ([Agència Catalana de Notícies; ACN](https://www.acn.cat/)) and
|
| 13 |
+
the Catalan news portal [VilaWeb](https://www.vilaweb.cat/) and [NacióDigital](https://www.naciodigital.cat/).
|
| 14 |
"""
|
| 15 |
|
| 16 |
_HOMEPAGE = """https://github.com/TeMU-BSC/seq-to-seq-catalan"""
|