This repository contains the source code and experimental logs for Team NetGuardAI's submission to the EVALITA 2026 MultiPRIDE Shared Task.
NetGuardAI_MultiPRIDE_Submission.ipynb: The complete Jupyter Notebook containing:- Exploratory Data Analysis (Statistics & Topic Modeling)
- Data Preprocessing & Tokenization
- DistilBERT Model Training (Task A & Task B)
- Weighted Loss Implementation
- Evaluation & Error Analysis
The code was designed to run in Google Colab.
- Open the
.ipynbfile in Google Colab or Jupyter Lab. - Install dependencies:
pip install transformers torch scikit-learn pandas numpy