paper-with-me

홈 › Papers

CorPipe at CRAC 2024: Predicting Zero Mentions from Raw Text

2024-10-03 · Milan Straka

We present CorPipe 24, the winning entry to the CRAC 2024 Shared Task on Multilingual Coreference Resolution. In this third iteration of the shared task, a novel objective is to also predict empty nodes needed for zero coreference mentions (while the empty nodes were given on input in previous years). This way, coreference resolution can be performed on raw text. We evaluate two model variants: a~two-stage approach (where the empty nodes are predicted first using a pretrained encoder model and then processed together with sentence words by another pretrained model) and a single-stage approach (where a single pretrained encoder model generates empty nodes, coreference mentions, and coreference links jointly). In both settings, CorPipe surpasses other participants by a large margin of 3.9 and 2.8 percent points, respectively. The source code and the trained model are available at https://github.com/ufal/crac2024-corpipe.

📄 PDF Abstract BibTeX arXiv:2410.02756

Code (1)

ufal/crac2024-corpipe 공식 구현 tf

Tasks

coreference-resolutionCoreference ResolutionSentence

Similar Papers 제목 키워드 기반

CorPipe at CRAC 2026: Empty Nodes and Cross-Lingual Transfer in Multilingual Coreference Resolution

2026-05-28 · Milan Straka arxiv

We introduce CorPipe 26, our winning submission to the CRAC 2026 Shared Task on Multilingual Coreference Resolution. The fifth edition of this shared task focuses mainly on the comparison of generative LLMs and specializ…

Cross-Lingual TransferCoreference Resolution

ÚFAL CorPipe at CRAC 2023: Larger Context Improves Multilingual Coreference Resolution

2023-11-24 · Milan Straka

We present CorPipe, the winning entry to the CRAC 2023 Shared Task on Multilingual Coreference Resolution. Our system is an improved version of our earlier multilingual coreference pipeline, and it surpasses other partic…

coreference-resolutionCoreference ResolutionLanguage ModelingLanguage Modelling

CorPipe at CRAC 2025: Evaluating Multilingual Encoders for Multilingual Coreference Resolution

2025-09-22 · Milan Straka arxiv

We present CorPipe 25, the winning entry to the CRAC 2025 Shared Task on Multilingual Coreference Resolution. This fourth iteration of the shared task introduces a new LLM track alongside the original unconstrained track…

Coreference Resolution

ÚFAL CorPipe at CRAC 2022: Effectivity of Multilingual Models for Coreference Resolution

2022-09-15 · CRAC (ACL) 2022 10 · Milan Straka, Jana Straková

We describe the winning submission to the CRAC 2022 Shared Task on Multilingual Coreference Resolution. Our system first solves mention detection and then coreference linking on the retrieved spans with an antecedent-max…

coreference-resolutionCoreference Resolution

CorefInst: Leveraging LLMs for Multilingual Coreference Resolution

2025-09-22 · Tuğba Pamay Arslan, Emircan Erol, Gülşen Eryiğit arxiv

Coreference Resolution (CR) is a crucial yet challenging task in natural language understanding, often constrained by task-specific architectures and encoder-based language models that demand extensive training and lack …

Natural Language UnderstandingCoreference Resolution