This model is an Italian sequence-to-sequence model fine-tuned from the IT5-large for the task of inclusive language rewriting. It has been trained to analyze and rewrite sentences in Italian to make them more inclusive (if needed). For example, the sentence I professori devono essere preparati (The professors must be prepared) is rewritten as Il personale docente deve essere preparato (The teaching staff must be prepared). The model has been trained on a dataset containing a total of 4705 pairs of sentences, each pair containing an inclusive and a non-inclusive sentence. The dataset has been split as follows: We also leverage a small set of synthetic data (generated using a set of rules)…
Organization
E-MIMIC
E-MIMIC
Inclusive Language, NLP
Models
This model is an Italian classification model fine-tuned from the Italian BERT model for the classification of inclusive language in Italian. It has been trained to detect three classes: - inclusive: the sentence is inclusive (e.g. "Il personale docente e non docente") - notinclusive: the sentence is not inclusive (e.g. "I professori") - notpertinent: the sentence is not pertinent to the task (e.g. "La scuola è chiusa") The model has been trained on a dataset containing: - 8580 training sentences - 1073 validation sentences - 1072 test sentences The data collection has been manually annotated by experts in the field of inclusive language (dataset is not publicly available yet). The model…