summarization-ip / README.md
evalitahf's picture
Rename development dataset
e4ee666 verified
metadata
language:
  - it
language_details: it-IT
license: cc-by-nc-sa-4.0
task_categories:
  - summarization
configs:
  - config_name: default
    data_files:
      - split: test_100
        path: test_100.jsonl
      - split: test_500
        path: test_500.jsonl
      - split: test_1k
        path: test_1000.jsonl
      - split: test_2k
        path: test_2000.jsonl
      - split: dev
        path: val.jsonl

Random Subset of the dataset from here

@Article{info13050228,
    AUTHOR = {Landro, Nicola and Gallo, Ignazio and La Grassa, Riccardo and Federici, Edoardo},
    TITLE = {Two New Datasets for Italian-Language Abstractive Text Summarization},
    JOURNAL = {Information},
    VOLUME = {13},
    YEAR = {2022},
    NUMBER = {5},
    ARTICLE-NUMBER = {228},
    URL = {https://www.mdpi.com/2078-2489/13/5/228},
    ISSN = {2078-2489},
    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.},
    DOI = {10.3390/info13050228}
}