Datasets:

Modalities:
Text
Formats:
json
Languages:
Catalan
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 4,185 Bytes
7e0d2ff
 
 
 
 
6adbaed
7e0d2ff
6adbaed
7e0d2ff
 
 
 
 
 
 
 
574faca
7e0d2ff
 
 
 
 
 
0b00406
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e0d2ff
162f4e4
0b00406
 
7e0d2ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0b00406
7e0d2ff
 
0b00406
 
 
 
 
 
 
 
 
 
 
7e0d2ff
 
 
 
 
e6f2294
7e0d2ff
 
 
 
 
 
 
 
dcace52
7e0d2ff
 
 
 
 
2787e1d
7e0d2ff
2787e1d
7e0d2ff
2787e1d
d601214
 
 
 
 
 
 
 
7e0d2ff
 
 
 
 
695e2a8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
annotations_creators:
- machine-generated
language_creators:
- expert-generated
language:
- ca
license:
- cc-by-nc-4.0
multilinguality:
- monolingual
pretty_name: casum
size_categories:
- unknown
source_datasets: []
task_categories:
- summarization
task_ids:
- summarization
---

# VilaSum

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Funding](#funding)

## Dataset Description

- **Paper:**[Sequence to Sequence Resources for Catalan](https://arxiv.org/pdf/2202.06871.pdf)
- **Point of Contact:** [Ona de Gibert Bonet](mailto:ona.degibert@bsc.es)


### Dataset Summary

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.
 
### Supported Tasks and Leaderboards

Summarization, Language Model

### Languages

CA - Catalan

## Dataset Structure


### Data Instances

```
{
  'summary': 'Un vídeo corrobora les agressions a dues animalistes en un correbou del Mas de Barberans',
  'text': 'Noves imatges, a les quals ha tingut accés l'ACN, certifiquen les agressions i la destrucció del material d'enregistrament que han denunciat dues activistes d'AnimaNaturalis en la celebració d'un acte de bous a la plaça al Mas de Barberans (Montsià). En el vídeo es veu com unes quantes persones s'abalancen sobre les noies que reben estirades i cops mentre els intenten prendre les càmeres. Membres de la comissió taurina intervenen per aturar els presumptes agressors però es pot escoltar com part del públic victoreja la situació. Els Mossos d'Esquadra presentaran aquest dilluns al migdia l'atestat dels fets al Jutjat d'Amposta. Dissabte ja es van detenir quatre persones que van quedar en llibertat a l'espera de ser cridats pel jutge. Es tracta de tres homes i una dona de Sant Carles de la Ràpita, tots ells membres de la mateixa família.'
}
```

### Data Fields

- `summary` (str): Summary of the piece of news
- `text` (str): The text of the piece of news

### Data Splits

We split our dataset into train, dev and test splits

- test: 13,843 examples

## Dataset Creation

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. 

## Additional Information
### Dataset Curators

Ona de Gibert, Jordi Armengol-Estapé and Maite Melero, from BSC-CNS, did the conversion and curation.

### Licensing information

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>.

### BibTeX  citation

If you use any of these resources (datasets or models) in your work, please cite our latest preprint:

```bibtex
@misc{degibert2022sequencetosequence,
      title={Sequence-to-Sequence Resources for Catalan}, 
      author={Ona de Gibert and Ksenia Kharitonova and Blanca Calvo Figueras and Jordi Armengol-Estapé and Maite Melero},
      year={2022},
      eprint={2202.06871},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}
```


### Funding

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/).