Closing the Gap at CRAC 2026: Two-Stage Adaptation for LLM-Based Multilingual Coreference Resolution

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, short

Summary

A novel system for LLM-based multilingual coreference resolution secured first place in the LLM track and third overall at the 2026 Computational Models of Reference, Anaphora and Coreference (CRAC 2026) shared task. This high-performing system, which uses the Gemma-3-27b model, achieved an impressive average CoNLL F1 score of 74.32 on the official test set. Its core methodology involves a sophisticated two-stage fine-tuning strategy, beginning with a multilingual base adapter and subsequently applying dataset-specific adapters. Further enhancing its capabilities, the system represents mention spans by their headword using an XML-inspired format with local reindexing and employs an iterative process for document annotation. These specific design choices collectively proved highly effective across diverse languages, varying document lengths, and different annotation guidelines.

Key takeaway

For NLP Engineers developing multilingual coreference resolution systems, this research indicates that a two-stage adapter fine-tuning approach on models like Gemma-3-27b can significantly boost performance. You should consider implementing a multilingual base adapter followed by dataset-specific adapters to achieve superior CoNLL F1 scores. Additionally, integrating XML-inspired headword representation and iterative document annotation into your workflow could enhance effectiveness across diverse linguistic contexts and document structures.

Key insights

Two-stage adapter fine-tuning on Gemma-3-27b significantly improves multilingual coreference resolution performance.

Principles

Method

The system fine-tunes Gemma-3-27b using a two-stage strategy: a multilingual base adapter followed by dataset-specific adapters. It represents mention spans by headwords in an XML-inspired format with local reindexing and annotates documents iteratively.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.