Created README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,75 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- machine-generated
|
| 4 |
+
languages:
|
| 5 |
+
- catalan
|
| 6 |
+
licenses:
|
| 7 |
+
- cc-by-nc-4.0
|
| 8 |
+
multilinguality:
|
| 9 |
+
- monolingual
|
| 10 |
+
pretty_name: casum
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# CaSum
|
| 14 |
+
## Dataset Summary
|
| 15 |
+
## Dataset Description
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
| 19 |
+
- **Point of Contact:** Ona de Gibert Bonet ([email protected])
|
| 20 |
+
|
| 21 |
+
### Dataset Summary
|
| 22 |
+
|
| 23 |
+
CaSum is a summarization dataset. It is extracted from a newswire corpus crawled from the Catalan News Agency. The corpus consists of 217,735 instances that are composed by the headline and the body.
|
| 24 |
+
|
| 25 |
+
### Supported Tasks and Leaderboards
|
| 26 |
+
|
| 27 |
+
Summarization, Language Model
|
| 28 |
+
|
| 29 |
+
### Languages
|
| 30 |
+
|
| 31 |
+
CA - Catalan
|
| 32 |
+
|
| 33 |
+
## Dataset Structure
|
| 34 |
+
|
| 35 |
+
### Data Instances
|
| 36 |
+
|
| 37 |
+
Six files, two for each split, one containing the body of the article (full) and the other one containing the summary (sum).
|
| 38 |
+
|
| 39 |
+
### Data Splits
|
| 40 |
+
|
| 41 |
+
We split our dataset into train, dev and test splits
|
| 42 |
+
|
| 43 |
+
- train: 197,735 examples
|
| 44 |
+
- validation: 10,000 examples
|
| 45 |
+
- test: 10,000 examples
|
| 46 |
+
|
| 47 |
+
## Dataset Creation
|
| 48 |
+
|
| 49 |
+
### Methodology
|
| 50 |
+
|
| 51 |
+
We obtained each headline and its corresponding body and applied the following cleaning pipeline: deduplicating the documents, removing the documents with empty attributes, and deleting some boilerplate sentences.
|
| 52 |
+
|
| 53 |
+
## Additional Information
|
| 54 |
+
### Dataset Curators
|
| 55 |
+
|
| 56 |
+
Ona de Gibert and XXXX, from BSC-CNS, did the conversion and curation.
|
| 57 |
+
|
| 58 |
+
### Licensing information
|
| 59 |
+
|
| 60 |
+
This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nc/4.0/">Attribution-NonCommercial 4.0 International License</a>.
|
| 61 |
+
|
| 62 |
+
### Citation Information
|
| 63 |
+
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
[DOI]()
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Funding
|
| 74 |
+
|
| 75 |
+
This work was funded by the [Catalan Ministry of the Vice-presidency, Digital Policies and Territory](https://politiquesdigitals.gencat.cat/en/inici/index.html) within the framework of the [Aina project](https://politiquesdigitals.gencat.cat/ca/tic/aina-el-projecte-per-garantir-el-catala-en-lera-digital/).
|