gsarti commited on
Commit
cea9dc2
·
verified ·
1 Parent(s): 60d3430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -9
README.md CHANGED
@@ -17,9 +17,9 @@ thumbnail: https://gsarti.com/publication/it5/featured.png
17
 
18
  The [IT5](https://huggingface.co/models?search=it5) model family represents the first effort in pretraining large-scale sequence-to-sequence transformer models for the Italian language, following the approach adopted by the original [T5 model](https://github.com/google-research/text-to-text-transfer-transformer). Efficient IT5 models differ from the standard ones by adopting a different vocabulary that enables cased text generation and an [optimized model architecture](https://arxiv.org/abs/2109.10686) to improve performances while reducing parameter count. The Small-EL32 replaces the original encoder from the T5 Small architecture with a 32-layer deep encoder, showing improved performances over the base model.
19
 
20
- This model is released as part of the project ["IT5: Large-Scale Text-to-Text Pretraining for Italian Language Understanding and Generation"](https://arxiv.org/abs/2203.03759), by [Gabriele Sarti](https://gsarti.com/) and [Malvina Nissim](https://malvinanissim.github.io/) with the support of [Huggingface](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) and with TPU usage sponsored by Google's [TPU Research Cloud](https://sites.research.google/trc/). All the training was conducted on a single TPU3v8-VM machine on Google Cloud. A comprehensive overview of other released materials is provided in the [gsarti/it5](https://github.com/gsarti/it5) repository. Refer to the paper for additional details concerning the reported scores and the evaluation approach.
21
 
22
- *TThe inference widget is deactivated because the model needs a task-specific seq2seq fine-tuning on a downstream task to be useful in practice. The models in the [`it5`](https://huggingface.co/it5) organization provide some examples of this model fine-tuned on various downstream task.*
23
 
24
  ## Using the models
25
 
@@ -43,12 +43,24 @@ For problems or updates on this model, please contact [[email protected]
43
  ## Citation Information
44
 
45
  ```bibtex
46
- @article{sarti-nissim-2022-it5,
47
- title={IT5: Large-scale Text-to-text Pretraining for Italian Language Understanding and Generation},
48
- author={Sarti, Gabriele and Nissim, Malvina},
49
- journal={ArXiv preprint 2203.03759},
50
- url={https://arxiv.org/abs/2203.03759},
51
- year={2022},
52
- month={mar}
 
 
 
 
 
 
 
 
 
 
 
53
  }
 
54
  ```
 
17
 
18
  The [IT5](https://huggingface.co/models?search=it5) model family represents the first effort in pretraining large-scale sequence-to-sequence transformer models for the Italian language, following the approach adopted by the original [T5 model](https://github.com/google-research/text-to-text-transfer-transformer). Efficient IT5 models differ from the standard ones by adopting a different vocabulary that enables cased text generation and an [optimized model architecture](https://arxiv.org/abs/2109.10686) to improve performances while reducing parameter count. The Small-EL32 replaces the original encoder from the T5 Small architecture with a 32-layer deep encoder, showing improved performances over the base model.
19
 
20
+ This model is released as part of the project ["IT5: Text-to-Text Pretraining for Italian Language Understanding and Generation"](https://aclanthology.org/2024.lrec-main.823/), by [Gabriele Sarti](https://gsarti.com/) and [Malvina Nissim](https://malvinanissim.github.io/) with the support of [Huggingface](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) and with TPU usage sponsored by Google's [TPU Research Cloud](https://sites.research.google/trc/). All the training was conducted on a single TPU3v8-VM machine on Google Cloud. A comprehensive overview of other released materials is provided in the [gsarti/it5](https://github.com/gsarti/it5) repository. Refer to the paper for additional details concerning the reported scores and the evaluation approach.
21
 
22
+ *TThe inference widget is deactivated because the model needs a task-specific seq2seq fine-tuning on a downstream task to be useful in practice.*
23
 
24
  ## Using the models
25
 
 
43
  ## Citation Information
44
 
45
  ```bibtex
46
+ @inproceedings{sarti-nissim-2024-it5-text,
47
+ title = "{IT}5: Text-to-text Pretraining for {I}talian Language Understanding and Generation",
48
+ author = "Sarti, Gabriele and
49
+ Nissim, Malvina",
50
+ editor = "Calzolari, Nicoletta and
51
+ Kan, Min-Yen and
52
+ Hoste, Veronique and
53
+ Lenci, Alessandro and
54
+ Sakti, Sakriani and
55
+ Xue, Nianwen",
56
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
57
+ month = may,
58
+ year = "2024",
59
+ address = "Torino, Italia",
60
+ publisher = "ELRA and ICCL",
61
+ url = "https://aclanthology.org/2024.lrec-main.823",
62
+ pages = "9422--9433",
63
+ abstract = "We introduce IT5, the first family of encoder-decoder transformer models pretrained specifically on Italian. We document and perform a thorough cleaning procedure for a large Italian corpus and use it to pretrain four IT5 model sizes. We then introduce the ItaGen benchmark, which includes a broad range of natural language understanding and generation tasks for Italian, and use it to evaluate the performance of IT5 models and multilingual baselines. We find monolingual IT5 models to provide the best scale-to-performance ratio across tested models, consistently outperforming their multilingual counterparts and setting a new state-of-the-art for Italian language generation.",
64
  }
65
+
66
  ```