CLMay 13

CascadeMind at SemEval-2026 Task 4: A Hybrid Neuro-Symbolic Cascade for Narrative Similarity

arXiv:2601.199319.71 citationsh-index: 5
Predicted impact top 32% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

For NLP practitioners tackling narrative similarity, this paper shows that compute-aware routing (spending more on hard instances) outperforms adding auxiliary representations.

CascadeMind uses confidence-aware routing of LLM votes to handle narrative similarity, achieving 72.75% accuracy on SemEval-2026 Task 4 (10th of 44 teams), with the symbolic component contributing negligibly.

Across self-consistency samples from an LLM, vote agreement tracks instance difficulty: on SemEval-2026 Task 4 (Narrative Story Similarity), supermajority cases (>= 7/8 votes) resolve at 85 percent accuracy, split votes at 67 percent, and perfect ties at 61 percent, a monotone gradient that holds across the development set. We exploit this in CascadeMind, which routes eight Gemini 2.5 Flash votes by consensus, escalates split votes to additional sampling rounds, and falls through to a symbolic ensemble of theory-inspired narrative signals only on perfect ties (5 percent of cases). The system reached 72.75 percent on Track A test, placing 10th of 44 teams. Ablations show that the symbolic component contributes negligibly end-to-end and that nearly all gains come from confidence-aware routing. The takeaway is methodological: for narrative similarity, calibrating when to spend more compute on a hard instance matters more than adding auxiliary representations to reason about it.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes