Datasets:

Languages:
Catalan
ArXiv:
License:
odegiber commited on
Commit
49a7d4e
1 Parent(s): 28a1b72

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -17
README.md CHANGED
@@ -32,33 +32,39 @@ task_ids:
32
  - [Data Fields](#data-fields)
33
  - [Data Splits](#data-splits)
34
  - [Dataset Creation](#dataset-creation)
 
 
 
 
 
 
 
 
35
  - [Additional Information](#additional-information)
36
  - [Dataset Curators](#dataset-curators)
37
  - [Licensing Information](#licensing-information)
38
  - [Citation Information](#citation-information)
39
- - [Funding](#funding)
40
 
41
  ## Dataset Description
42
 
43
  - **Paper:**[Sequence to Sequence Resources for Catalan](https://arxiv.org/pdf/2202.06871.pdf)
44
  - **Point of Contact:** [Ona de Gibert Bonet](mailto:ona.degibert@bsc.es)
45
 
46
-
47
  ### Dataset Summary
48
 
49
- 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.
50
 
51
  ### Supported Tasks and Leaderboards
52
 
53
- Summarization, Language Model
54
 
55
  ### Languages
56
 
57
- CA - Catalan
58
 
59
  ## Dataset Structure
60
 
61
-
62
  ### Data Instances
63
 
64
  ```
@@ -75,24 +81,68 @@ CA - Catalan
75
 
76
  ### Data Splits
77
 
78
- We split our dataset into train, dev and test splits
79
 
80
  - test: 13,843 examples
81
 
82
  ## Dataset Creation
83
 
84
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
 
86
  ## Additional Information
87
  ### Dataset Curators
88
 
89
- Ona de Gibert, Jordi Armengol-Estapé and Maite Melero, from BSC-CNS, did the conversion and curation.
 
 
90
 
91
  ### Licensing information
92
 
93
- 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>.
94
 
95
- ### BibTeX citation
96
 
97
  If you use any of these resources (datasets or models) in your work, please cite our latest preprint:
98
 
@@ -105,9 +155,4 @@ If you use any of these resources (datasets or models) in your work, please cite
105
  archivePrefix={arXiv},
106
  primaryClass={cs.CL}
107
  }
108
- ```
109
-
110
-
111
- ### Funding
112
-
113
- This work was funded by the [MT4All CEF project](https://ec.europa.eu/inea/en/connecting-europe-facility/cef-telecom/2019-eu-ia-0031) and 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/).
 
32
  - [Data Fields](#data-fields)
33
  - [Data Splits](#data-splits)
34
  - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
  - [Additional Information](#additional-information)
44
  - [Dataset Curators](#dataset-curators)
45
  - [Licensing Information](#licensing-information)
46
  - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
 
49
  ## Dataset Description
50
 
51
  - **Paper:**[Sequence to Sequence Resources for Catalan](https://arxiv.org/pdf/2202.06871.pdf)
52
  - **Point of Contact:** [Ona de Gibert Bonet](mailto:ona.degibert@bsc.es)
53
 
 
54
  ### Dataset Summary
55
 
56
+ VilaSum is a summarization dataset for evaluation. It is extracted from a newswire corpus crawled from the Catalan news portal [Vilaweb](https://www.vilaweb.cat/). The corpus consists of 13,843 instances that are composed by the headline and the body.
57
 
58
  ### Supported Tasks and Leaderboards
59
 
60
+ - summarization: The dataset can be used to train a model for abstractive summarization. Success on this task is typically measured by achieving a high Rouge score. The [mbart-base-ca-casum](https://huggingface.co/projecte-aina/bart-base-ca-casum) model currently achieves a 35.04.
61
 
62
  ### Languages
63
 
64
+ The dataset is in Catalan (`ca-CA`).
65
 
66
  ## Dataset Structure
67
 
 
68
  ### Data Instances
69
 
70
  ```
 
81
 
82
  ### Data Splits
83
 
84
+ Due to the reduced size of the dataset, we use it only for evaluation as a test set.
85
 
86
  - test: 13,843 examples
87
 
88
  ## Dataset Creation
89
 
90
+ ### Curation Rationale
91
+
92
+ We created this corpus to contribute to the development of language models in Catalan, a low-resource language. There exist few resources for summarization in Catalan.
93
+
94
+ ### Source Data
95
+
96
+ #### Initial Data Collection and Normalization
97
+
98
+ We obtained each headline and its corresponding body of each news piece on [Vilaweb](https://www.vilaweb.cat/) and applied the following cleaning pipeline: deduplicating the documents, removing the documents with empty attributes, and deleting some boilerplate sentences.
99
+
100
+ #### Who are the source language producers?
101
+
102
+ The news portal [Vilaweb](https://www.vilaweb.cat/).
103
+
104
+ ### Annotations
105
+
106
+ The dataset is unannotated.
107
+
108
+ #### Annotation process
109
+
110
+ [N/A]
111
+
112
+ #### Who are the annotators?
113
+
114
+ [N/A]
115
+
116
+ ### Personal and Sensitive Information
117
+
118
+ Since all data comes from public websites, no anonymization process was performed.
119
+
120
+ ## Considerations for Using the Data
121
+
122
+ ### Social Impact of Dataset
123
+
124
+ We hope this corpus contributes to the development of summarization models in Catalan, a low-resource language.
125
+
126
+ ### Discussion of Biases
127
+
128
+ We are aware that since the data comes from unreliable web pages, some biases may be present in the dataset. Nonetheless, we have not applied any steps to reduce their impact.
129
+
130
+ ### Other Known Limitations
131
+
132
+ [N/A]
133
 
134
  ## Additional Information
135
  ### Dataset Curators
136
 
137
+ Ona de Gibert Bonet, Barcelona Supercomputing Center (ona.degibert@bsc.es)
138
+
139
+ This work was funded by MT4All CEF project and the Departament de la Vicepresidència i de Polítiques Digitals i Territori de la Generalitat de Catalunya within the framework of the Aina project.
140
 
141
  ### Licensing information
142
 
143
+ [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/).
144
 
145
+ ### Citation Information
146
 
147
  If you use any of these resources (datasets or models) in your work, please cite our latest preprint:
148
 
 
155
  archivePrefix={arXiv},
156
  primaryClass={cs.CL}
157
  }
158
+ ```