paper-with-me

Papers

Maverick: Efficient and Accurate Coreference Resolution Defying Recent Trends

2024-07-31 · Giuliano Martinelli, Edoardo Barba, Roberto Navigli

Large autoregressive generative models have emerged as the cornerstone for achieving the highest performance across several Natural Language Processing tasks. However, the urge to attain superior results has, at times, led to the premature replacement of carefully designed task-specific approaches without exhaustive experimentation. The Coreference Resolution task is no exception; all recent state-of-the-art solutions adopt large generative autoregressive models that outperform encoder-based discriminative systems. In this work,we challenge this recent trend by introducing Maverick, a carefully designed - yet simple - pipeline, which enables running a state-of-the-art Coreference Resolution system within the constraints of an academic budget, outperforming models with up to 13 billion parameters with as few as 500 million parameters. Maverick achieves state-of-the-art performance on the CoNLL-2012 benchmark, training with up to 0.006x the memory resources and obtaining a 170x faster inference compared to previous state-of-the-art systems. We extensively validate the robustness of the Maverick framework with an array of diverse experiments, reporting improvements over prior systems in data-scarce, long-document, and out-of-domain settings. We release our code and models for research purposes at https://github.com/SapienzaNLP/maverick-coref.

📄 PDF Abstract BibTeX arXiv:2407.21489

Code (1)

sapienzanlp/maverick-coref 공식 구현 pytorch

Tasks

coreference-resolutionCoreference Resolution

Similar Papers 제목 키워드 기반

Cross-document Coreference Resolution over Predicted Mentions

2021-06-02 · Findings (ACL) 2021 8 · Arie Cattan, Alon Eirew, Gabriel Stanovsky, Mandar Joshi 외

Coreference resolution has been mostly investigated within a single document scope, showing impressive progress in recent years based on end-to-end models. However, the more challenging task of cross-document (CD) corefe…

coreference-resolutionCoreference ResolutionCross Document Coreference Resolution

Exploring Span Representations in Neural Coreference Resolution

2020-11-01 · EMNLP (CODI) 2020 11 · Patrick Kahardipraja, Olena Vyshnevska, Sharid Loáiciga

In coreference resolution, span representations play a key role to predict coreference links accurately. We present a thorough examination of the span representation derived by applying BERT on coreference resolution (Jo…

coreference-resolutionCoreference Resolution

The Extended DIRNDL Corpus as a Resource for Coreference and Bridging Resolution

2014-05-01 · LREC 2014 5 · Anders Bj{\"o}rkelund, Kerstin Eckart, Arndt Riester, Nadja Schauffler 외

DIRNDL is a spoken and written corpus based on German radio news, which features coreference and information-status annotation (including bridging anaphora and their antecedents), as well as prosodic information. We have…

coreference-resolutionCoreference Resolution

Word-Level Coreference Resolution

2021-09-09 · EMNLP 2021 11 · Vladimir Dobrovolskii

Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4…

coreference-resolutionCoreference Resolution

Predicting Coreference in Abstract Meaning Representations

2020-12-01 · COLING (CRAC) 2020 12 · Tatiana Anikina, Alexander Koller, Michael Roth

This work addresses coreference resolution in Abstract Meaning Representation (AMR) graphs, a popular formalism for semantic parsing. We evaluate several current coreference resolution techniques on a recently published …

Abstract Meaning Representationcoreference-resolutionCoreference ResolutionSemantic Parsing