FactUEP at SemEval-2026 Task 4: Structured Narrative Similarity Scoring with Aspect Decomposition and Weak-Signal Gating
Summary
The FactUEP system, an LLM-based approach, was specifically developed for narrative similarity prediction within the SemEval-2026 Task 4 Track A competition. This system operationalizes three core dimensions—Abstract Theme, Course of Action, and Outcomes—by employing schema-constrained prompting. This technique enforces structured outputs and ensures alignment with the competition's annotation protocol. FactUEP proceeds through three distinct stages: initial structured aspect decomposition and scoring, followed by a weak-signal gating mechanism designed for low-confidence cases, and concludes with a targeted LLM-based tiebreak. The final model achieved near-human performance, securing the second rank on the Track A leaderboard.
Key takeaway
For NLP Engineers developing narrative understanding systems, FactUEP's approach offers a robust framework. You should consider integrating structured aspect decomposition for Abstract Theme, Course of Action, and Outcomes, enforced by schema-constrained prompting. Implementing a multi-stage pipeline with weak-signal gating for low-confidence predictions and a targeted LLM tiebreak can significantly improve accuracy, potentially achieving near-human performance in complex similarity tasks.
Key insights
LLM-based narrative similarity benefits from structured decomposition, weak-signal gating, and targeted tiebreaks for near-human performance.
Principles
- Decompose narratives into core dimensions.
- Use schema-constrained prompting.
- Gate low-confidence predictions.
Method
The system performs structured aspect decomposition and scoring, applies weak-signal gating for low-confidence cases, then uses a targeted LLM-based tiebreak.
In practice
- Apply schema-constrained prompting.
- Implement multi-stage prediction pipelines.
- Utilize weak signals for uncertainty handling.
Topics
- Narrative Similarity
- LLM Systems
- SemEval-2026
- Aspect Decomposition
- Schema-Constrained Prompting
- Weak-Signal Gating
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.