VerbaNexAI at SemEval-2026 Task 5: Few-Shot Chain-of-Thought with Selective Self-Consistency and Isotonic Calibration for Word Sense Plausibility Rating

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

Summary

The VerbaNexAI system, developed for SemEval-2026 Task 5, rates word sense plausibility in ambiguous narrative contexts. It ensembles Llama-3.1 70B, Qwen-2.5 32B, and Gemma-2 27B using an uncertainty-aware pipeline. The approach combines few-shot chain-of-thought prompting with selective self-consistency, applying stochastic multiple sampling only to inherently ambiguous items, which reduces inference costs by approximately 45%. To correct LLM bias towards extreme ratings, isotonic regression shifts the output distribution to align with human judgment. The system achieved a Spearman correlation of 0.67 and accuracy within 0.76 standard deviations, ranking 34th out of 79 teams (top 43%) without task-specific fine-tuning. While strong on clear contexts (ρ = 0.78), it struggles with multimodal human disagreement in genuinely ambiguous cases (ρ = 0.58).

Key takeaway

For NLP engineers optimizing LLM performance on subjective semantic tasks, consider integrating selective self-consistency and isotonic calibration. Applying stochastic sampling only to ambiguous inputs can cut inference costs by 45% while maintaining robustness. Furthermore, isotonic regression effectively corrects LLM biases toward extreme ratings, aligning outputs with human judgment. You should analyze your system's performance on both clear and ambiguous contexts to identify areas for improvement.

Key insights

The VerbaNexAI system efficiently rates word sense plausibility by ensembling LLMs with targeted sampling and bias correction.

Principles

Method

Ensembles Llama-3.1 70B, Qwen-2.5 32B, Gemma-2 27B with few-shot chain-of-thought, selective self-consistency for ambiguous items, and isotonic regression for bias correction.

In practice

Topics

Best for: AI Engineer, 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.