CiNet-Handai-Kyodai at SemEval-2026 Task 5: Combining LLM Prompting, Semantic Similarity, and Synthetic Gaze for Graded Sense Plausibility
Summary
The CiNet-Handai-Kyodai team developed a hybrid system for SemEval-2026 Task 5, addressing the challenge of graded word-sense plausibility in narrative contexts. Their innovative approach combines prompt-based large language model (LLM) scoring with three complementary features. These include semantic embedding similarity, story-conditioned definition generation, and a synthetic gaze signal based on predicted fixation time. An ordinary least squares regressor integrates these diverse signals to produce the final plausibility scores. On the official test set, the system achieved a 90.10 Acc±SD and a 79.19 Spearman correlation. This performance notably surpassed the reported human reference score on Acc±SD. It highlights the significant value of combining LLM-based judgments with targeted linguistic and cognitive-inspired features for complex semantic tasks.
Key takeaway
For NLP Engineers developing systems for nuanced semantic understanding, especially word-sense disambiguation, consider hybrid approaches that augment LLM outputs. Integrating features like semantic embedding similarity, story-conditioned definition generation, and synthetic cognitive signals such as gaze can significantly boost performance. This strategy achieved 90.10 Acc±SD, surpassing human reference scores. It suggests combining diverse data types with LLM judgments yields more robust, accurate models for complex linguistic tasks.
Key insights
Combining LLM judgments with linguistic and cognitive features improves word-sense plausibility.
Principles
- Hybrid systems outperform single approaches.
- Cognitive signals enhance semantic tasks.
- LLMs benefit from feature augmentation.
Method
The system uses an ordinary least squares regressor to combine prompt-based LLM scores, semantic embedding similarity, story-conditioned definition generation, and synthetic gaze signals.
In practice
- Integrate gaze signals for context understanding.
- Augment LLM outputs with semantic embeddings.
- Generate definitions to refine sense disambiguation.
Topics
- Large Language Models
- Word Sense Disambiguation
- Semantic Similarity
- Cognitive Computing
- SemEval
- Hybrid AI Systems
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.