GuysLLM at SemEval-2026 Task 5: NLI-Informed Regression for Graded Word-Sense Plausibility in Narrative Contexts

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

Summary

GuysLLM's submission for SemEval-2026 Task 5 addresses graded word-sense plausibility estimation, a fine-grained regression task where traditional large language models (LLMs) struggle due to their discrete token-based outputs. The team reformulates this challenge as a Natural Language Inference (NLI) regression problem, adapting a DeBERTa-v3-large model with NLI pretraining and a specialized regression head to predict continuous plausibility scores from story-sense pairs. This NLI-finetuned model demonstrated superior rank correlation and better alignment with human judgments compared to baselines like BERT, vanilla DeBERTa, SmolLM variants, and even state-of-the-art LLMs using various prompting strategies. The findings highlight NLI-informed pretraining's effectiveness for narrative plausibility regression and underscore fundamental LLM limitations in word sense disambiguation.

Key takeaway

For machine learning engineers developing systems requiring fine-grained semantic reasoning or continuous plausibility scoring, you should consider NLI-informed regression. This approach, demonstrated with DeBERTa-v3-large, offers superior rank correlation and stability compared to standard LLM prompting or other baselines, mitigating issues like unstable prompting sensitivity and mean predictions. Integrating NLI pretraining can significantly improve your model's alignment with human judgments for narrative contexts.

Key insights

NLI pretraining significantly enhances LLM performance for continuous, fine-grained word-sense plausibility regression.

Principles

Method

Adapt DeBERTa-v3-large with NLI pretraining and a regression head to predict continuous plausibility scores from story-sense pairs, reformulating the task as NLI regression.

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.