CorPipe at CRAC 2026: Empty Nodes and Cross-Lingual Transfer in Multilingual Coreference Resolution
Summary
CorPipe 26 is the winning submission to the CRAC 2026 Shared Task on Multilingual Coreference Resolution, a competition focused on comparing generative LLMs and specialized systems, which also introduced 5 new datasets and 2 new languages. This system, an enhanced version of CorPipe 25, incorporates a novel approach that simultaneously predicts empty nodes, mentions, and coreference links using a single model. CorPipe 26 demonstrated superior performance, surpassing all other entries in the LLM track by 2.8 percent points and all submissions in the unconstrained track by 9.5 percent points. The research further includes ablation experiments exploring various model sizes, empty node prediction techniques, and cross-lingual zero-shot evaluation. Its source code and trained models are publicly accessible.
Key takeaway
For NLP Engineers developing multilingual coreference resolution systems, CorPipe 26 offers a validated, high-performing architecture. You should consider its single-model approach for predicting empty nodes alongside mentions and coreference links, as it significantly outperformed other systems in the CRAC 2026 task. Leverage the publicly available source code and trained models to benchmark your own specialized systems or to integrate its methodology for improved accuracy in diverse linguistic contexts.
Key insights
CorPipe 26 integrates empty node prediction with coreference resolution, achieving top performance in multilingual tasks.
Principles
- Single-model prediction for empty nodes and coreference improves performance.
- Ablation studies are crucial for understanding model components.
- Cross-lingual zero-shot evaluation is a key research area.
Method
CorPipe 26 uses a single model to predict empty nodes, mentions, and coreference links, building upon CorPipe 25's architecture. It involves ablation experiments for optimization.
In practice
- Access CorPipe 26's code for multilingual coreference.
- Compare specialized systems against generative LLMs.
- Explore empty node prediction in NLP tasks.
Topics
- Multilingual Coreference Resolution
- Empty Node Prediction
- Cross-Lingual Transfer
- CRAC 2026 Shared Task
- CorPipe 26
- Generative LLMs
Code references
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.