Datasets:

Languages:
Catalan
ArXiv:
License:
odegiber commited on
Commit
7e0d2ff
1 Parent(s): 1d2c8c1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -3
README.md CHANGED
@@ -1,3 +1,83 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - expert-generated
6
+ languages:
7
+ - ca
8
+ licenses:
9
+ - cc-by-nc-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: casum
13
+ size_categories:
14
+ - unknown
15
+ source_datasets: []
16
+ task_categories:
17
+ - conditional-text-generation
18
+ task_ids:
19
+ - summarization
20
+ ---
21
+
22
+ # VilaSum
23
+ ## Dataset Description
24
+
25
+
26
+ - **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
27
+ - **Point of Contact:** Ona de Gibert Bonet (ona.degibert@bsc.es)
28
+
29
+ ### Dataset Summary
30
+
31
+ VilaSum is a summarization dataset for evaluation. It is extracted from a newswire corpus crawled from Vilaweb. The corpus consists of 13,843 instances that are composed by the headline and the body.
32
+
33
+ ### Supported Tasks and Leaderboards
34
+
35
+ Summarization, Language Model
36
+
37
+ ### Languages
38
+
39
+ CA - Catalan
40
+
41
+ ## Dataset Structure
42
+
43
+ ### Data Instances
44
+
45
+ One file containing the text of the article and the the summary in jsonlines format.
46
+
47
+ ### Data Splits
48
+
49
+ We split our dataset into train, dev and test splits
50
+
51
+ - train: 197,735 examples
52
+ - validation: 10,000 examples
53
+ - test: 10,000 examples
54
+
55
+ ## Dataset Creation
56
+
57
+ ### Methodology
58
+
59
+ 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.
60
+
61
+ ## Additional Information
62
+ ### Dataset Curators
63
+
64
+ Ona de Gibert and Jordi Armengol-Estapé, from BSC-CNS, did the conversion and curation.
65
+
66
+ ### Licensing information
67
+
68
+ 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>.
69
+
70
+ ### Citation Information
71
+
72
+ ```
73
+
74
+ }
75
+
76
+ ```
77
+
78
+ [DOI]()
79
+
80
+
81
+ ### Funding
82
+
83
+ 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/).