This research delves into the nuanced analysis of parliamentary discourse by focusing on two central tasks: identifying the political ideology of speakers and categorizing their party affiliation. We leveraged machine learning models including Linear SVC, Logistic Regression, and DistilBERT to address these classification challenges using a multilingual corpus from ParlaMint.
Our findings reveal that Linear SVC outperforms other models, demonstrating effectiveness in interpreting complex political texts. This research underscores the value of integrating both traditional and advanced machine learning methods for political discourse analysis.
This research focuses on developing a system that translates French text into corresponding pictogram representations. Utilizing the Google-T5 transformer model, we fine-tuned the model on a custom French text dataset to accurately generate pictogram terms across multiple epochs.
The system achieved notable results: PictoER score of 13.9, BLEU score of 74.3, and METEOR score of 87.0. This approach highlights the effectiveness of transformer-based models in bridging text and visual representation for accessibility applications.
We developed a model to identify disaster-related tweets on Twitter, crucial for emergency response organizations. The model distinguishes genuine disaster announcements from regular tweets using advanced NLP techniques and machine learning algorithms trained on a diverse dataset.
The system achieved an accuracy of 0.783, effectively minimizing false positives/negatives. This approach enhances the efficiency of disaster monitoring systems by reliably filtering crucial information from real-time social media data.
Developed two models for Trauma Detection App: one to predict if a person has trauma based on their conversations, and another to classify the type of trauma. These models utilize advanced NLP techniques and psychological markers to provide accurate assessments.