evalitahf commited on
Commit
f005f00
·
verified ·
1 Parent(s): 923b3f6

initial commit

Browse files
Files changed (5) hide show
  1. README.md +38 -3
  2. test_100.jsonl +0 -0
  3. test_1000.jsonl +0 -0
  4. test_2000.jsonl +0 -0
  5. test_500.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - it
4
+ language_details: it-IT
5
+ license: cc-by-nc-sa-4.0
6
+ task_categories:
7
+ - summarization
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: test_100
12
+ path: "test_100.jsonl"
13
+ - split: test_500
14
+ path: "test_500.jsonl"
15
+ - split: test_1k
16
+ path: "test_1000.jsonl"
17
+ - split: test_2k
18
+ path: "test_2000.jsonl"
19
+
20
+ ---
21
+
22
+ Random Subset of the dataset from [here](https://huggingface.co/datasets/ARTeLab/ilpost)
23
+ ```
24
+ @Article{info13050228,
25
+ AUTHOR = {Landro, Nicola and Gallo, Ignazio and La Grassa, Riccardo and Federici, Edoardo},
26
+ TITLE = {Two New Datasets for Italian-Language Abstractive Text Summarization},
27
+ JOURNAL = {Information},
28
+ VOLUME = {13},
29
+ YEAR = {2022},
30
+ NUMBER = {5},
31
+ ARTICLE-NUMBER = {228},
32
+ URL = {https://www.mdpi.com/2078-2489/13/5/228},
33
+ ISSN = {2078-2489},
34
+ 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.},
35
+ DOI = {10.3390/info13050228}
36
+ }
37
+ ```
38
+
test_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test_2000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
test_500.jsonl ADDED
The diff for this file is too large to render. See raw diff