Update README.md
Browse files
README.md
CHANGED
@@ -61,5 +61,20 @@ The model achieves a micro-F1 score of 0.873, macro-F1 of 0.471 and a weighted-F
|
|
61 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
62 |
|
63 |
**BibTeX:**
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
62 |
|
63 |
**BibTeX:**
|
64 |
+
```
|
65 |
+
@inproceedings{rovera-etal-2023-italian,
|
66 |
+
title = "{I}talian Legislative Text Classification for Gazzetta Ufficiale",
|
67 |
+
author = "Rovera, Marco and
|
68 |
+
Palmero Aprosio, Alessio and
|
69 |
+
Greco, Francesco and
|
70 |
+
Lucchese, Mariano and
|
71 |
+
Tonelli, Sara and
|
72 |
+
Antetomaso, Antonio",
|
73 |
+
booktitle = "Proceedings of the Natural Legal Language Processing Workshop 2023",
|
74 |
+
year = "2023",
|
75 |
+
address = "Singapore",
|
76 |
+
publisher = "Association for Computational Linguistics",
|
77 |
+
url = "https://aclanthology.org/2023.nllp-1.6",
|
78 |
+
pages = "44--50"
|
79 |
+
}
|
80 |
+
```
|