Update src/about.py
Browse files- src/about.py +6 -1
src/about.py
CHANGED
@@ -81,5 +81,10 @@ We do not plan to accept autonomous submissions, yet. Fill [this form](https://f
|
|
81 |
|
82 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
83 |
CITATION_BUTTON_TEXT = r"""
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
85 |
"""
|
|
|
81 |
|
82 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
83 |
CITATION_BUTTON_TEXT = r"""
|
84 |
+
@inproceedings{attanasio2024itaeval,
|
85 |
+
title={ItaEval and TweetyIta: A New Extensive Benchmark and Efficiency-First Language Model for Italian},
|
86 |
+
author={Attanasio, Giuseppe and Delobelle, Pieter and La Quatra, Moreno and Santilli, Andrea and Savoldi, Beatrice},
|
87 |
+
booktitle={CLiC-it 2024: Tenth Italian Conference on Computational Linguistics, Date: 2024/12/04-2024/12/06, Location: Pisa, Italy},
|
88 |
+
year={2024}
|
89 |
+
}
|
90 |
"""
|