gsarti commited on
Commit
45eb3ee
1 Parent(s): 7cd10c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -65,7 +65,7 @@ thumbnail: https://gsarti.com/publication/it5/featured.png
65
  ---
66
  # IT5 Base for News Headline Style Transfer (Repubblica to Il Giornale) 🗞️➡️🗞️ 🇮🇹
67
 
68
- This repository contains the checkpoint for the [IT5 Base](https://huggingface.co/gsarti/it5-base) model fine-tuned on news headline style transfer in the Repubblica to Il Giornale direction on the Italian CHANGE-IT dataset as part of the experiments of the paper [IT5: Large-scale Text-to-text Pretraining for Italian Language Understanding and Generation](https://arxiv.org) by [Gabriele Sarti](https://gsarti.com) and [Malvina Nissim](https://malvinanissim.github.io).
69
 
70
  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.
71
 
@@ -94,10 +94,11 @@ If you use this model in your research, please cite our work as:
94
 
95
  ```bibtex
96
  @article{sarti-nissim-2022-it5,
97
- title={IT5: Large-scale Text-to-text Pretraining for Italian Language Understanding and Generation},
98
  author={Sarti, Gabriele and Nissim, Malvina},
99
- journal={ArXiv preprint TBD},
100
- url={TBD},
101
- year={2022}
 
102
  }
103
  ```
65
  ---
66
  # IT5 Base for News Headline Style Transfer (Repubblica to Il Giornale) 🗞️➡️🗞️ 🇮🇹
67
 
68
+ This repository contains the checkpoint for the [IT5 Base](https://huggingface.co/gsarti/it5-base) model fine-tuned on news headline style transfer in the Repubblica to Il Giornale direction on the Italian CHANGE-IT dataset as part of the experiments of the paper [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).
69
 
70
  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.
71
 
94
 
95
  ```bibtex
96
  @article{sarti-nissim-2022-it5,
97
+ title={{IT5}: Large-scale Text-to-text Pretraining for Italian Language Understanding and Generation},
98
  author={Sarti, Gabriele and Nissim, Malvina},
99
+ journal={ArXiv preprint 2203.03759},
100
+ url={https://arxiv.org/abs/2203.03759},
101
+ year={2022},
102
+ month={mar}
103
  }
104
  ```