CLAug 17, 2021
A Weakly Supervised Dataset of Fine-Grained Emotions in PortugueseDiogo Cortiz, Jefferson O. Silva, Newton Calegari et al.
Affective Computing is the study of how computers can recognize, interpret and simulate human affects. Sentiment Analysis is a common task inNLP related to this topic, but it focuses only on emotion valence (positive, negative, neutral). An emerging approach in NLP is Emotion Recognition, which relies on fined-grained classification. This research describes an approach to create a lexical-based weakly supervised corpus for fine-grained emotion in Portuguese. We evaluated our dataset by fine-tuning a transformer-based language model (BERT) and validating it on a Gold Standard annotated validation set. Our results (F1-score=.64) suggest lexical-based weak supervision as an appropriate strategy for initial work in low resourced environment.
HCApr 14, 2021
Game Design for Blockchain LearningDiogo Cortiz, Newton Calegari, Fabiana Oliveira et al.
Blockchain is a new technological approach that has gained popularity on the market due to its application in several areas such as education, health, security, and smart cities, among others. However, understanding how blockchain works is not easy at first, especially for non-technical people, because it relies on a non-trivial computational process. We have developed a game board - called Blocktrain - whose game mechanics are based on the blockchain processing model. This game gives people the opportunity to learn key blockchain concepts while playing. In this paper, we describe the game design process and assessment of the game as pedagogical instrument.
CLApr 5, 2021
Exploring Transformers in Emotion Recognition: a comparison of BERT, DistillBERT, RoBERTa, XLNet and ELECTRADiogo Cortiz
This paper investigates how Natural Language Understanding (NLU) could be applied in Emotion Recognition, a specific task in affective computing. We finetuned different transformers language models (BERT, DistilBERT, RoBERTa, XLNet, and ELECTRA) using a fine-grained emotion dataset and evaluating them in terms of performance (f1-score) and time to complete.