efederici commited on
Commit
f16fa15
1 Parent(s): 1e5c27e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -21
README.md CHANGED
@@ -1,42 +1,136 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- language_creators:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- - found
6
 
7
- languages:
8
 
9
- - it
10
 
11
- multilinguality:
 
12
 
13
- - monolingual
14
 
15
- size_categories:
16
 
17
- - 10k<n<100k
18
 
19
- source_datasets:
20
 
21
- - https://github.com/huggingface/datasets/tree/master/datasets/MLSum
22
 
23
- task_categories:
24
 
25
- - conditional-text-generation
26
 
27
- task_ids:
28
 
29
- - summarization
30
 
31
- ---
32
- # MLSum-it, italian abstract summarization dataset
33
 
34
- ### Description
35
 
36
- - **Repository:** [MLSum / MLSum Dataset IT](https://huggingface.co/datasets/ARTeLab/mlsum-it)
37
 
38
- ### Dataset
39
 
40
- 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
- More informations on the official dataset page [HuggingFace page](https://huggingface.co/datasets/mlsum).
1
  ---
2
+ languages:
3
+ - it
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 10K<n<100k
8
+ task_categories:
9
+ - summarization
10
+ task_ids:
11
+ - summarization
12
+ ---
13
 
14
+ # Dataset Card for mlsum-it
15
+
16
+ ## Table of Contents
17
+ - [Dataset Description](#dataset-description)
18
+ - [Dataset Summary](#dataset-summary)
19
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
20
+ - [Languages](#languages)
21
+ - [Dataset Structure](#dataset-structure)
22
+ - [Data Instances](#data-instances)
23
+ - [Data Fields](#data-instances)
24
+ - [Data Splits](#data-instances)
25
+ - [Dataset Creation](#dataset-creation)
26
+ - [Curation Rationale](#curation-rationale)
27
+ - [Source Data](#source-data)
28
+ - [Annotations](#annotations)
29
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
30
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
31
+ - [Social Impact of Dataset](#social-impact-of-dataset)
32
+ - [Discussion of Biases](#discussion-of-biases)
33
+ - [Other Known Limitations](#other-known-limitations)
34
+ - [Additional Information](#additional-information)
35
+ - [Dataset Curators](#dataset-curators)
36
+ - [Licensing Information](#licensing-information)
37
+ - [Citation Information](#citation-information)
38
+
39
+ ## Dataset Description
40
+
41
+ - **Homepage:** [https://huggingface.co/datasets/mlsum]
42
+ - **Repository:** [Needs More Information]
43
+ - **Paper:** [Needs More Information]
44
+ - **Leaderboard:** [Needs More Information]
45
+ - **Point of Contact:** [Needs More Information]
46
+
47
+ ### Dataset Summary
48
 
49
+ 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.
50
 
51
+ More informations on the official dataset page [HuggingFace page](https://huggingface.co/datasets/mlsum).
52
 
53
+ There are two features:
54
 
55
+ - source: Input news article.
56
+ - target: Summary of the article.
57
 
58
+ ### Supported Tasks and Leaderboards
59
 
60
+ - `abstractive-summarization`, `summarization`
61
 
62
+ ### Languages
63
 
64
+ The text in the dataset is in Italian
65
 
66
+ ## Dataset Structure
67
 
68
+ ### Data Instances
69
 
70
+ [Needs More Information]
71
 
72
+ ### Data Fields
73
 
74
+ [Needs More Information]
75
 
76
+ ### Data Splits
 
77
 
78
+ [Needs More Information]
79
 
80
+ ## Dataset Creation
81
 
82
+ ### Curation Rationale
83
 
84
+ [Needs More Information]
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+ [Needs More Information]
91
+
92
+ #### Who are the source language producers?
93
+
94
+ [Needs More Information]
95
+
96
+ ### Annotations
97
+
98
+ #### Annotation process
99
+
100
+ [Needs More Information]
101
+
102
+ #### Who are the annotators?
103
+
104
+ [Needs More Information]
105
+
106
+ ### Personal and Sensitive Information
107
+
108
+ [Needs More Information]
109
+
110
+ ## Considerations for Using the Data
111
+
112
+ ### Social Impact of Dataset
113
+
114
+ [Needs More Information]
115
+
116
+ ### Discussion of Biases
117
+
118
+ [Needs More Information]
119
+
120
+ ### Other Known Limitations
121
+
122
+ [Needs More Information]
123
+
124
+ ## Additional Information
125
+
126
+ ### Dataset Curators
127
+
128
+ [Needs More Information]
129
+
130
+ ### Licensing Information
131
+
132
+ [Needs More Information]
133
+
134
+ ### Citation Information
135
 
136
+ [Needs More Information]