z-uo commited on
Commit
7f70215
1 Parent(s): f16fa15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -133,4 +133,20 @@ The text in the dataset is in Italian
133
 
134
  ### Citation Information
135
 
136
- [Needs More Information]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
 
134
  ### Citation Information
135
 
136
+ More details and results in [published work](https://www.mdpi.com/2078-2489/13/5/228)
137
+
138
+ ```
139
+ @Article{info13050228,
140
+ AUTHOR = {Landro, Nicola and Gallo, Ignazio and La Grassa, Riccardo and Federici, Edoardo},
141
+ TITLE = {Two New Datasets for Italian-Language Abstractive Text Summarization},
142
+ JOURNAL = {Information},
143
+ VOLUME = {13},
144
+ YEAR = {2022},
145
+ NUMBER = {5},
146
+ ARTICLE-NUMBER = {228},
147
+ URL = {https://www.mdpi.com/2078-2489/13/5/228},
148
+ ISSN = {2078-2489},
149
+ 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.},
150
+ DOI = {10.3390/info13050228}
151
+ }
152
+ ```