Datasets:

Modalities:
Text
Formats:
csv
Languages:
Italian
Libraries:
Datasets
pandas
License:
parquet-converter commited on
Commit
209db9e
1 Parent(s): 9f53a75

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--ilpost/csv-test.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b882a439d880a77cf7d2cd4ba4e5e763690333f120938bbf2240534df454f1a0
3
- size 44031184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027fe1ca4080a612ba9b728b6e9a7d5a463da6505ef475f3e44f3b964ab4de51
3
+ size 3625725
ARTeLab--ilpost/csv-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db15ca9d96af1a8b22cb26aa2f9c244156d6214e31ac21ee15b6d86dfdb89a17
3
+ size 28831410
ARTeLab--ilpost/csv-validation.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027fe1ca4080a612ba9b728b6e9a7d5a463da6505ef475f3e44f3b964ab4de51
3
+ size 3625725
README.md DELETED
@@ -1,148 +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 ilpost
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:** [Needs More Information]
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
- IlPost dataset, containing news articles taken from IlPost.
48
-
49
- There are two features:
50
-
51
- - source: Input news article.
52
- - target: Summary of the article.
53
-
54
- ### Supported Tasks and Leaderboards
55
-
56
- - `abstractive-summarization`, `summarization`
57
-
58
- ### Languages
59
-
60
- The text in the dataset is in Italian
61
-
62
- ## Dataset Structure
63
-
64
- ### Data Instances
65
-
66
- [Needs More Information]
67
-
68
- ### Data Fields
69
-
70
- [Needs More Information]
71
-
72
- ### Data Splits
73
-
74
- [Needs More Information]
75
-
76
- ## Dataset Creation
77
-
78
- ### Curation Rationale
79
-
80
- [Needs More Information]
81
-
82
- ### Source Data
83
-
84
- #### Initial Data Collection and Normalization
85
-
86
- [Needs More Information]
87
-
88
- #### Who are the source language producers?
89
-
90
- [Needs More Information]
91
-
92
- ### Annotations
93
-
94
- #### Annotation process
95
-
96
- [Needs More Information]
97
-
98
- #### Who are the annotators?
99
-
100
- [Needs More Information]
101
-
102
- ### Personal and Sensitive Information
103
-
104
- [Needs More Information]
105
-
106
- ## Considerations for Using the Data
107
-
108
- ### Social Impact of Dataset
109
-
110
- [Needs More Information]
111
-
112
- ### Discussion of Biases
113
-
114
- [Needs More Information]
115
-
116
- ### Other Known Limitations
117
-
118
- [Needs More Information]
119
-
120
- ## Additional Information
121
-
122
- ### Dataset Curators
123
-
124
- [Needs More Information]
125
-
126
- ### Licensing Information
127
-
128
- [Needs More Information]
129
-
130
- ### Citation Information
131
-
132
- More details and results in [published work](https://www.mdpi.com/2078-2489/13/5/228)
133
-
134
- ```
135
- @Article{info13050228,
136
- AUTHOR = {Landro, Nicola and Gallo, Ignazio and La Grassa, Riccardo and Federici, Edoardo},
137
- TITLE = {Two New Datasets for Italian-Language Abstractive Text Summarization},
138
- JOURNAL = {Information},
139
- VOLUME = {13},
140
- YEAR = {2022},
141
- NUMBER = {5},
142
- ARTICLE-NUMBER = {228},
143
- URL = {https://www.mdpi.com/2078-2489/13/5/228},
144
- ISSN = {2078-2489},
145
- 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.},
146
- DOI = {10.3390/info13050228}
147
- }
148
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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