odegiber commited on
Commit
dddcee1
1 Parent(s): e47f81e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -5
README.md CHANGED
@@ -20,11 +20,29 @@ task_ids:
20
  ---
21
 
22
  # CaSum
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,21 @@ CA - Catalan
40
 
41
  ## Dataset Structure
42
 
 
43
  ### Data Instances
44
 
45
- One file per split, containing the text of the article and the the summary in jsonlines format.
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  ### Data Splits
48
 
@@ -54,8 +84,6 @@ We split our dataset into train, dev and test splits
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
@@ -73,6 +101,7 @@ This work is licensed under a <a rel="license" href="https://creativecommons.org
73
  {
74
  }
75
 
 
76
  ```
77
 
78
  [DOI]()
 
20
  ---
21
 
22
  # CaSum
 
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': 'Mapfre preveu ingressar 31.000 milions d’euros al tancament de 2018',
67
+ 'text': 'L’asseguradora llançarà la seva filial Verti al mercat dels EUA a partir de 2017 ACN Madrid.-Mapfre preveu assolir uns ingressos de 31.000 milions d'euros al tancament de 2018 i destinarà a retribuir els seus accionistes com a mínim el 50% dels beneficis del grup durant el període 2016-2018, amb una rendibilitat mitjana a l’entorn del 5%, segons ha anunciat la companyia asseguradora durant la celebració aquest divendres de la seva junta general d’accionistes. La firma asseguradora també ha avançat que llançarà la seva filial d’automoció i llar al mercat dels EUA a partir de 2017. Mapfre ha recordat durant la junta que va pagar més de 540 milions d'euros en impostos el 2015, amb una taxa impositiva efectiva del 30,4 per cent. La companyia també ha posat en marxa el Pla de Sostenibilitat 2016-2018 i el Pla de Transparència Activa, “que han de contribuir a afermar la visió de Mapfre com a asseguradora global de confiança”, segons ha informat en un comunicat.'
68
+ }
69
+ ```
70
+
71
+
72
+ ### Data Fields
73
+
74
+ - `summary` (str): Summary of the piece of news
75
+ - `text` (str): The text of the piece of news
76
 
77
  ### Data Splits
78
 
 
84
 
85
  ## Dataset Creation
86
 
 
 
87
  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.
88
 
89
  ## Additional Information
 
101
  {
102
  }
103
 
104
+
105
  ```
106
 
107
  [DOI]()