Inferensys

Glossary

CoNLL-2012

The standard benchmark dataset for coreference resolution derived from OntoNotes 5.0, used to train and evaluate models on the shared task of end-to-end coreference.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
BENCHMARK DATASET

What is CoNLL-2012?

The standard evaluation benchmark for end-to-end coreference resolution, derived from the OntoNotes 5.0 corpus.

CoNLL-2012 is the canonical dataset introduced for the shared task on modeling multilingual unrestricted coreference in OntoNotes, defining the train, development, and test splits used to benchmark end-to-end coreference resolution systems. It requires models to jointly perform mention detection and coreference resolution across English, Chinese, and Arabic text, evaluating performance using the MUC, B³, and CEAFₑ metrics averaged into the CoNLL F1 score.

Derived from the OntoNotes 5.0 corpus, CoNLL-2012 provides gold-standard annotations for entities, syntactic parse trees, and semantic roles, enabling the training of neural architectures like the e2e-coref model. The shared task established the gold-layer mentions setting and the predicted mentions setting, making it the foundational benchmark for modern mention-ranking models and higher-order inference techniques.

BENCHMARK ARCHITECTURE

Key Characteristics of CoNLL-2012

The defining features of the standard dataset for end-to-end coreference resolution, derived from OntoNotes 5.0.

01

OntoNotes 5.0 Foundation

The corpus is built directly from the OntoNotes 5.0 dataset, a large-scale, multi-genre corpus. It provides rich, integrated annotations including syntax, predicate-argument structure, word senses, and coreference chains. The data spans English, Chinese, and Arabic, though the shared task focused on English. Genres include newswire, broadcast news, broadcast conversation, telephone conversation, weblogs, and pivot text from the Bible.

1.5M+
English Words
3
Languages
02

Gold Mention Paradigm

The official evaluation scenario provides models with gold (human-annotated) mentions. This separates the task of mention detection from the core task of linking. Systems are scored purely on their ability to correctly cluster these pre-identified spans into entities. This paradigm allows for a focused evaluation of the coreference linking algorithm itself, isolating it from the noise of imperfect mention detection.

03

MUC, B³, and CEAFₑ Scoring

Performance is evaluated using the average of three complementary metrics:

  • MUC (Message Understanding Conference): A link-based metric that heavily penalizes errors in large chains.
  • B³ (Bagga & Baldwin): A mention-based precision and recall metric that evaluates the correctness of individual mention assignments.
  • CEAFₑ (Constrained Entity-Alignment F-Measure): An entity-based metric that finds the optimal one-to-one alignment between predicted and gold entities using a mention-similarity criterion. The final score is the CoNLL F1, the unweighted average of these three metrics.
04

End-to-End (Closed) Track

A secondary evaluation track requires systems to perform end-to-end coreference, starting from raw text. Models must first detect all candidate mentions (mention detection) and then cluster them into coreference chains. This is a significantly harder task, as errors in mention identification cascade directly into linking errors. Systems are evaluated using the same MUC, B³, and CEAFₑ metrics, but on the full system output.

05

Singleton Entities Exclusion

A critical design choice is that singleton entities are excluded from the official evaluation. A singleton is an entity mentioned exactly once in a document. The gold data contains these, but they are removed for scoring. This means a model is not penalized for failing to cluster a lone mention, focusing the evaluation on the resolution of multi-mention entities and the quality of the chains that are formed.

06

Standardized Data Splits

The dataset defines canonical train, development, and test splits to ensure reproducible research. The English portion is segmented into:

  • Train: 2,802 documents
  • Dev: 343 documents
  • Test: 348 documents These splits are stratified by genre to ensure a representative distribution of linguistic phenomena across all sets, preventing genre-specific overfitting.
3,493
Total Documents
BENCHMARK INSIGHTS

Frequently Asked Questions

Essential answers about the CoNLL-2012 shared task, the definitive benchmark for end-to-end neural coreference resolution derived from the OntoNotes 5.0 corpus.

The CoNLL-2012 shared task is the standard benchmark competition for end-to-end coreference resolution, modeling the full pipeline of identifying entity mentions and clustering them into coreference chains without relying on gold-standard syntactic input. It is critically important because it established the OntoNotes 5.0 corpus as the de facto evaluation standard, enabling reproducible comparisons between neural architectures like the mention-ranking model and e2e-coref. The task evaluates systems across three languages—English, Chinese, and Arabic—using the average F1 score of the MUC, , and CEAFₑ metrics, providing a holistic measure of a model's ability to resolve anaphora, cataphora, and split antecedents in diverse genres including newswire, broadcast conversation, and web text.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.