Vicent Ahuir Esteve commited on
Commit
5536eaf
1 Parent(s): 71b349e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -65,9 +65,20 @@ print(summarizer(ARTICLE, truncation=True))
65
 
66
  ### BibTeX entry
67
  ```bibtex
68
- @Article{dacsa-dataset,
69
- AUTHOR = {Segarra, Encarna and Ahuir, Vicent and Hurtado, Lluís-F. and González, José Ángel},
70
- TITLE = {DACSA: A large-scale Dataset for Automatic summarization of Catalan and Spanish newspaper Articles},
71
- YEAR = {2022},
 
 
 
 
 
 
 
 
 
 
72
  }
 
73
  ```
65
 
66
  ### BibTeX entry
67
  ```bibtex
68
+ @inproceedings{segarra-soriano-etal-2022-dacsa,
69
+ title = "{DACSA}: A large-scale Dataset for Automatic summarization of {C}atalan and {S}panish newspaper Articles",
70
+ author = "Segarra Soriano, Encarnaci{\'o}n and
71
+ Ahuir, Vicent and
72
+ Hurtado, Llu{\'\i}s-F. and
73
+ Gonz{\'a}lez, Jos{\'e}",
74
+ booktitle = "Proceedings of the 2022 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies",
75
+ month = jul,
76
+ year = "2022",
77
+ address = "Seattle, United States",
78
+ publisher = "Association for Computational Linguistics",
79
+ url = "https://aclanthology.org/2022.naacl-main.434",
80
+ pages = "5931--5943",
81
+ abstract = "The application of supervised methods to automatic summarization requires the availability of adequate corpora consisting of a set of document-summary pairs. As in most Natural Language Processing tasks, the great majority of available datasets for summarization are in English, making it difficult to develop automatic summarization models for other languages. Although Spanish is gradually forming part of some recent summarization corpora, it is not the same for minority languages such as Catalan.In this work, we describe the construction of a corpus of Catalan and Spanish newspapers, the Dataset for Automatic summarization of Catalan and Spanish newspaper Articles (DACSA) corpus. It is a high-quality large-scale corpus that can be used to train summarization models for Catalan and Spanish.We have carried out an analysis of the corpus, both in terms of the style of the summaries and the difficulty of the summarization task. In particular, we have used a set of well-known metrics in the summarization field in order to characterize the corpus. Additionally, for benchmarking purposes, we have evaluated the performances of some extractive and abstractive summarization systems on the DACSA corpus.",
82
  }
83
+
84
  ```