Views
No views yet
inclusive: the sentence is inclusive (e.g. "Il personale docente e non docente")not_inclusive: the sentence is not inclusive (e.g. "I professori")not_pertinent: the sentence is not pertinent to the task (e.g. "La scuola è chiusa")max_length: 128batch_size: 128learning_rate: 5e-5warmup_steps: 500epochs: 10 (best model is selected based on validation accuracy)optimizer: AdamW| Model | Accuracy | Inclusive F1 | Not inclusive F1 | Not pertinent F1 |
|---|---|---|---|---|
| TF-IDF + MLP | 0.68 | 0.63 | 0.69 | 0.66 |
| TF-IDF + SVM | 0.61 | 0.53 | 0.60 | 0.78 |
| TF-IDF + GB | 0.74 | 0.74 | 0.76 | 0.72 |
| multilingual | 0.86 | 0.88 | 0.89 | 0.83 |
| This | 0.89 | 0.88 | 0.92 | 0.85 |
1@article{10.1145/3729237,
2author = {Greco, Salvatore and La Quatra, Moreno and Cagliero, Luca and Cerquitelli, Tania},
3title = {Towards AI-Assisted Inclusive Language Writing in Italian Formal Communications},
4year = {2025},
5issue_date = {August 2025},
6publisher = {Association for Computing Machinery},
7address = {New York, NY, USA},
8volume = {16},
9number = {4},
10issn = {2157-6904},
11url = {https://doi.org/10.1145/3729237},
12doi = {10.1145/3729237},
13journal = {ACM Trans. Intell. Syst. Technol.},
14month = jun,
15articleno = {79},
16numpages = {24},
17keywords = {inclusive language, natural language processing, text classification, text generation}
18}1@InProceedings{PKDD23_inclusively,
2author="La Quatra, Moreno
3and Greco, Salvatore
4and Cagliero, Luca
5and Cerquitelli, Tania",
6title="Inclusively: An AI-Based Assistant for Inclusive Writing",
7booktitle="Machine Learning and Knowledge Discovery in Databases: Applied Data Science and Demo Track",
8year="2023",
9publisher="Springer Nature Switzerland",
10address="Cham",
11pages="361--365",
12isbn="978-3-031-43430-3",
13doi="10.1007/978-3-031-43430-3_31"
14}