parquet-converter commited on
Commit
25913db
1 Parent(s): 7c4b344

Update parquet files

Browse files
.gitattributes DELETED
@@ -1,28 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
28
- train.csv filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
train.csv → ARTeLab--mlsum-it/csv-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e65780eaf919aa34c34b5dc7b91fb753bb890b393711b4327be074e0f22d650
3
- size 39302591
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c2e23826d50571223c2caf194375660fb9c938092cc67be6015d3c2889d86f
3
+ size 3097361
ARTeLab--mlsum-it/csv-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed6e5417647e5be8c93f508ac0620e693f79d43874291616f47d183ef5f8de0b
3
+ size 24764616
ARTeLab--mlsum-it/csv-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32363d4a4c0478dc91a350d8f0b98350726105710df042c954fae86fa0b40434
3
+ size 3098229
README.md DELETED
@@ -1,150 +0,0 @@
1
- ---
2
- language:
3
- - it
4
- multilinguality:
5
- - monolingual
6
- size_categories:
7
- - 10K<n<100k
8
- task_categories:
9
- - summarization
10
- ---
11
-
12
- # Dataset Card for mlsum-it
13
-
14
- ## Table of Contents
15
- - [Dataset Description](#dataset-description)
16
- - [Dataset Summary](#dataset-summary)
17
- - [Supported Tasks](#supported-tasks-and-leaderboards)
18
- - [Languages](#languages)
19
- - [Dataset Structure](#dataset-structure)
20
- - [Data Instances](#data-instances)
21
- - [Data Fields](#data-instances)
22
- - [Data Splits](#data-instances)
23
- - [Dataset Creation](#dataset-creation)
24
- - [Curation Rationale](#curation-rationale)
25
- - [Source Data](#source-data)
26
- - [Annotations](#annotations)
27
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
28
- - [Considerations for Using the Data](#considerations-for-using-the-data)
29
- - [Social Impact of Dataset](#social-impact-of-dataset)
30
- - [Discussion of Biases](#discussion-of-biases)
31
- - [Other Known Limitations](#other-known-limitations)
32
- - [Additional Information](#additional-information)
33
- - [Dataset Curators](#dataset-curators)
34
- - [Licensing Information](#licensing-information)
35
- - [Citation Information](#citation-information)
36
-
37
- ## Dataset Description
38
-
39
- - **Homepage:** [https://huggingface.co/datasets/mlsum]
40
- - **Repository:** [Needs More Information]
41
- - **Paper:** [Needs More Information]
42
- - **Leaderboard:** [Needs More Information]
43
- - **Point of Contact:** [Needs More Information]
44
-
45
- ### Dataset Summary
46
-
47
- The MLSum-it dataset is the translated version (Helsinki-NLP/opus-mt-es-it) of the spanish portion of MLSum, containing news articles taken from BBC/mundo.
48
-
49
- More informations on the official dataset page [HuggingFace page](https://huggingface.co/datasets/mlsum).
50
-
51
- There are two features:
52
-
53
- - source: Input news article.
54
- - target: Summary of the article.
55
-
56
- ### Supported Tasks and Leaderboards
57
-
58
- - `abstractive-summarization`, `summarization`
59
-
60
- ### Languages
61
-
62
- The text in the dataset is in Italian
63
-
64
- ## Dataset Structure
65
-
66
- ### Data Instances
67
-
68
- [Needs More Information]
69
-
70
- ### Data Fields
71
-
72
- [Needs More Information]
73
-
74
- ### Data Splits
75
-
76
- [Needs More Information]
77
-
78
- ## Dataset Creation
79
-
80
- ### Curation Rationale
81
-
82
- [Needs More Information]
83
-
84
- ### Source Data
85
-
86
- #### Initial Data Collection and Normalization
87
-
88
- [Needs More Information]
89
-
90
- #### Who are the source language producers?
91
-
92
- [Needs More Information]
93
-
94
- ### Annotations
95
-
96
- #### Annotation process
97
-
98
- [Needs More Information]
99
-
100
- #### Who are the annotators?
101
-
102
- [Needs More Information]
103
-
104
- ### Personal and Sensitive Information
105
-
106
- [Needs More Information]
107
-
108
- ## Considerations for Using the Data
109
-
110
- ### Social Impact of Dataset
111
-
112
- [Needs More Information]
113
-
114
- ### Discussion of Biases
115
-
116
- [Needs More Information]
117
-
118
- ### Other Known Limitations
119
-
120
- [Needs More Information]
121
-
122
- ## Additional Information
123
-
124
- ### Dataset Curators
125
-
126
- [Needs More Information]
127
-
128
- ### Licensing Information
129
-
130
- [Needs More Information]
131
-
132
- ### Citation Information
133
-
134
- More details and results in [published work](https://www.mdpi.com/2078-2489/13/5/228)
135
-
136
- ```
137
- @Article{info13050228,
138
- AUTHOR = {Landro, Nicola and Gallo, Ignazio and La Grassa, Riccardo and Federici, Edoardo},
139
- TITLE = {Two New Datasets for Italian-Language Abstractive Text Summarization},
140
- JOURNAL = {Information},
141
- VOLUME = {13},
142
- YEAR = {2022},
143
- NUMBER = {5},
144
- ARTICLE-NUMBER = {228},
145
- URL = {https://www.mdpi.com/2078-2489/13/5/228},
146
- ISSN = {2078-2489},
147
- ABSTRACT = {Text summarization aims to produce a short summary containing relevant parts from a given text. Due to the lack of data for abstractive summarization on low-resource languages such as Italian, we propose two new original datasets collected from two Italian news websites with multi-sentence summaries and corresponding articles, and from a dataset obtained by machine translation of a Spanish summarization dataset. These two datasets are currently the only two available in Italian for this task. To evaluate the quality of these two datasets, we used them to train a T5-base model and an mBART model, obtaining good results with both. To better evaluate the results obtained, we also compared the same models trained on automatically translated datasets, and the resulting summaries in the same training language, with the automatically translated summaries, which demonstrated the superiority of the models obtained from the proposed datasets.},
148
- DOI = {10.3390/info13050228}
149
- }
150
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
test.csv DELETED
The diff for this file is too large to render. See raw diff
 
val.csv DELETED
The diff for this file is too large to render. See raw diff