Datasets:

Languages:
Catalan
ArXiv:
License:
odegiber commited on
Commit
0b00406
1 Parent(s): f4a24ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -20,11 +20,29 @@ task_ids:
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
 
@@ -40,9 +58,20 @@ 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
 
@@ -52,8 +81,6 @@ We split our dataset into train, dev and test splits
52
 
53
  ## Dataset Creation
54
 
55
- ### Methodology
56
-
57
  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.
58
 
59
  ## Additional Information
 
20
  ---
21
 
22
  # VilaSum
 
23
 
24
+ ## Table of Contents
25
+ - [Table of Contents](#table-of-contents)
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
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:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
44
+ - **Point of Contact:** [Ona de Gibert Bonet](mailto:ona.degibert@bsc.es)
45
+
46
 
47
  ### Dataset Summary
48
 
 
58
 
59
  ## Dataset Structure
60
 
61
+
62
  ### Data Instances
63
 
64
+ ```
65
+ {
66
+ 'summary': 'Un vídeo corrobora les agressions a dues animalistes en un correbou del Mas de Barberans',
67
+ '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.'
68
+ }
69
+ ```
70
+
71
+ ### Data Fields
72
+
73
+ - `summary` (str): Summary of the piece of news
74
+ - `text` (str): The text of the piece of news
75
 
76
  ### Data Splits
77
 
 
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