SU NLP 29 at SemEval-2026 Task 5: DynaOrd - Hybrid Dynamic Ordinal Regression with LoRA-Fine-Tuned DeBERTa-v3

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Advanced, quick

Summary

SU NLP 29's DynaOrd system, submitted to SemEval-2026 Task 5, addresses the challenge of rating word sense plausibility in ambiguous narrative contexts. This system predicts human-perceived plausibility scores on a 1-5 scale, tackling issues like limited training data and the ordinal nature of target labels. DynaOrd integrates a DeBERTa-v3-large encoder with Low-Rank Adaptation (LoRA) for efficient fine-tuning. Its core innovation is a dynamically weighted hybrid CORAL-MSE loss function designed for ordinal regression. This loss formulation intelligently adjusts the balance between ranking and regression objectives during training, initially emphasizing ordinal consistency and later shifting focus to regression refinement. The research specifically analyzes how this dynamic loss weighting contributes to the system's overall performance in the task.

Key takeaway

For NLP Engineers developing ordinal regression models, especially with limited data, consider adopting a dynamically weighted hybrid loss approach. Your models can achieve better performance by prioritizing ordinal consistency early in training and then refining regression objectives later. This strategy, exemplified by DynaOrd's use of LoRA with DeBERTa-v3, offers a robust method for tasks like plausibility rating on a 1-5 scale, improving both ranking and score prediction accuracy.

Key insights

DynaOrd combines LoRA-fine-tuned DeBERTa-v3 with a dynamic hybrid CORAL-MSE loss for improved ordinal regression in word sense plausibility.

Principles

Method

DynaOrd uses a DeBERTa-v3-large encoder, fine-tuned with LoRA, combined with a dynamically weighted hybrid CORAL-MSE loss. This loss adapts, prioritizing ordinal consistency then regression refinement during training.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.