Cherish at SemEval-2026 Task 2: Enhancing RoBERTa-Based Models for Emotional Valence and Arousal Prediction in Ecological Essays with Personalized PLoRA and Temporal Embeddings
Summary
Team Cherish developed a system for SemEval-2026 Task 2, aimed at predicting emotional valence and arousal variations over time in ecological essays. Their approach integrates personalization and temporal data into a transformer-based architecture, utilizing a RoBERTa-large backbone. This model is enhanced with Personalized PLoRA and a temporal embedding module, designed to retain broad semantic understanding while adapting to individual users and emotional changes across different timeframes. The system secured 13th place among 29 teams in Subtask 1, achieving a Pearson's r composite score of 0.596 for valence prediction and 0.505 for arousal prediction. Although the team also participated in Subtask 2a, technical inference issues resulted in zero variance predictions and an undefined correlation score.
Key takeaway
For NLP Engineers developing emotion prediction systems, consider integrating personalized and temporal components into your transformer architectures. Your models can achieve better performance in dynamic, user-generated text by adapting to individual emotional shifts over time. Specifically, explore augmenting RoBERTa-based backbones with techniques like PLoRA and temporal embeddings to enhance valence and arousal prediction accuracy.
Key insights
A RoBERTa-based model enhanced with personalized PLoRA and temporal embeddings effectively predicts emotional valence and arousal in ecological essays.
Principles
- Emotional dynamics require personalization and temporal context.
- Transformer models can adapt to individual users and temporal shifts.
- Combining general semantic knowledge with fine-grained adaptation is key.
Method
The system uses a RoBERTa-large encoder, augmented with a Personalized PLoRA module for user adaptation and a temporal embedding module to capture emotional shifts over time.
In practice
- Integrate PLoRA for user-specific model adaptation.
- Employ temporal embeddings for time-sensitive text analysis.
Topics
- Emotional Valence Prediction
- Arousal Prediction
- RoBERTa-large
- PLoRA
- Temporal Embeddings
- SemEval-2026
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.