SwanNLP at SemEval-2026 Task 5: An LLM-based Framework for Plausibility Scoring in Narrative Word Sense Disambiguation
Summary
The SwanNLP framework, presented at SemEval-2026 Task 5, introduces an LLM-based approach for plausibility scoring of homonymous word senses within narrative texts. This framework addresses the underexplored practical applicability of Large Language Models (LLMs) in real-world narrative contexts, moving beyond standard benchmarks. It employs a structured reasoning mechanism and explores two main strategies: fine-tuning low-parameter LLMs with various reasoning strategies and utilizing dynamic few-shot prompting for large-parameter models. The research demonstrates that commercial large-parameter LLMs, when combined with dynamic few-shot prompting, can closely mimic human-like plausibility judgments. Furthermore, the study found that ensembling multiple models slightly enhances performance, more accurately reflecting the agreement patterns observed among five human annotators than individual model predictions.
Key takeaway
For NLP Engineers developing systems for narrative understanding, you should prioritize commercial large-parameter LLMs with dynamic few-shot prompting for word sense disambiguation. This approach closely replicates human plausibility judgments in short stories. Additionally, consider implementing model ensembling to slightly improve performance and better simulate human annotator agreement patterns, enhancing the robustness of your narrative NLU applications.
Key insights
Commercial LLMs with dynamic few-shot prompting can replicate human narrative plausibility judgments, improved by ensembling.
Principles
- LLMs need structured reasoning for narrative WSD.
- Dynamic few-shot prompting enhances large LLM performance.
- Model ensembling improves human agreement simulation.
Method
An LLM-based framework uses structured reasoning for plausibility scoring of homonymous word senses in narrative texts. It involves fine-tuning low-parameter LLMs or dynamic few-shot prompting for large-parameter models.
In practice
- Apply dynamic few-shot prompting for narrative tasks.
- Consider model ensembling for improved human alignment.
- Fine-tune smaller LLMs with diverse reasoning.
Topics
- Large Language Models
- Word Sense Disambiguation
- Narrative Understanding
- Plausibility Scoring
- Few-shot Prompting
- Model Ensembling
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.