paper-with-me

Papers

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)$, various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to $O(n^2)$ and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.

📄 PDF Abstract BibTeX arXiv:2109.04127

Code (1)

vdobrovolskii/wl-coref 공식 구현 pytorch

Tasks

coreference-resolutionCoreference Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Pruning 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Multi-Head Attention 설명 없음
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

CAW-coref: Conjunction-Aware Word-level Coreference Resolution

2023-10-09 · Karel D'Oosterlinck, Semere Kiros Bitew, Brandon Papineau, Christopher Potts 외

State-of-the-art coreference resolutions systems depend on multiple LLM calls per document and are thus prohibitively expensive for many use cases (e.g., information extraction with large corpora). The leading word-level…

coreference-resolutionCoreference Resolution

Visual Coreference Resolution in Visual Dialog using Neural Module Networks

2018-09-06 · ECCV 2018 9 · Satwik Kottur, José M. F. Moura, Devi Parikh, Dhruv Batra 외

Visual dialog entails answering a series of questions grounded in an image, using dialog history as context. In addition to the challenges found in visual question answering (VQA), which can be seen as one-round dialog, …

Common Sense Reasoningcoreference-resolutionCoreference ResolutionVisual Dialog+3

Word Embeddings as Features for Supervised Coreference Resolution

2017-09-01 · RANLP 2017 9 · Iliana Simova, Hans Uszkoreit

A common reason for errors in coreference resolution is the lack of semantic information to help determine the compatibility between mentions referring to the same entity. Distributed representations, which have been sho…

coreference-resolutionCoreference ResolutionDimensionality ReductionMachine Translation+3

Deep Cross-Lingual Coreference Resolution for Less-Resourced Languages: The Case of Basque

2019-06-01 · WS 2019 6 · Gorka Urbizu, Ander Soraluze, Olatz Arregi

In this paper, we present a cross-lingual neural coreference resolution system for a less-resourced language such as Basque. To begin with, we build the first neural coreference resolution system for Basque, training it …

coreference-resolutionCoreference Resolution

Who are you referring to? Coreference resolution in image narrations

2022-11-26 · ICCV 2023 1 · Arushi Goel, Basura Fernando, Frank Keller, Hakan Bilen

Coreference resolution aims to identify words and phrases which refer to same entity in a text, a core task in natural language processing. In this paper, we extend this task to resolving coreferences in long-form narrat…

coreference-resolutionCoreference Resolution