CophiWue at SemEval-2026 Task 4: Symbolic Narrative Profiling with Taxonomy-Guided Extraction and Contrastive Fine-Tuning

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

Summary

CophiWue's system for SemEval-2026 Task 4, particularly Track B (narrative embedding), employs a "Decompose & Align Cycle" approach. This method transforms each story into a structured NarrativeProfile, detailing abstract themes, a five-step course of action, and an outcome. An initial NarrativeTaxonomy is built from these extractions using agglomerative clustering, creating controlled vocabularies that guide a second extraction pass to standardize profiles across the dataset. Finally, the Qwen3-Embedding8B model is contrastively fine-tuned on profile text representations using TripletLoss to derive robust story embeddings. For Track A, the system adapts the provided baseline script, substituting Gemini 3 Pro as the judge with the organizers' default prompt on raw story texts.

Key takeaway

For NLP engineers or AI scientists developing systems for complex narrative analysis, CophiWue's structured approach offers a robust method for generating consistent narrative profiles and high-quality story embeddings. You should consider integrating taxonomy-guided extraction and contrastive fine-tuning into your own narrative understanding pipelines to improve data standardization and embedding performance, especially for large datasets.

Key insights

Symbolic narrative profiling uses taxonomy-guided extraction and contrastive fine-tuning for robust story embeddings.

Principles

Method

Convert stories to NarrativeProfiles (themes, 5-step action, outcome), build NarrativeTaxonomy via agglomerative clustering, guide second extraction for standardization, then contrastively fine-tune Qwen3-Embedding8B with TripletLoss for embeddings.

In practice

Topics

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