中文
相关论文

相关论文: SPLICE: A Singleton-Enhanced PipeLIne for Corefere…

200 篇论文

Previous attempts to incorporate a mention detection step into end-to-end neural coreference resolution for English have been hampered by the lack of singleton mention span data as well as other entity information. This paper presents a…

计算与语言 · 计算机科学 2023-09-22 Yilun Zhu , Siyao Peng , Sameer Pradhan , Amir Zeldes

We investigate modeling coreference resolution under a fixed memory constraint by extending an incremental clustering algorithm to utilize contextualized encoders and neural components. Given a new sentence, our end-to-end algorithm…

计算与语言 · 计算机科学 2020-10-09 Patrick Xia , João Sedoc , Benjamin Van Durme

We propose a sentence-incremental neural coreference resolution system which incrementally builds clusters after marking mention boundaries in a shift-reduce method. The system is aimed at bridging two recent approaches at coreference…

计算与语言 · 计算机科学 2023-05-29 Matt Grenander , Shay B. Cohen , Mark Steedman

We introduce the first end-to-end coreference resolution model and show that it significantly outperforms all previous work without using a syntactic parser or hand-engineered mention detector. The key idea is to directly consider all spans…

计算与语言 · 计算机科学 2017-12-19 Kenton Lee , Luheng He , Mike Lewis , Luke Zettlemoyer

Coreference resolution aims to identify in a text all mentions that refer to the same real-world entity. The state-of-the-art end-to-end neural coreference model considers all text spans in a document as potential mentions and learns to…

计算与语言 · 计算机科学 2018-05-15 Rui Zhang , Cicero Nogueira dos Santos , Michihiro Yasunaga , Bing Xiang , Dragomir Radev

Since the first end-to-end neural coreference resolution model was introduced, many extensions to the model have been proposed, ranging from using higher-order inference to directly optimizing evaluation metrics using reinforcement…

计算与语言 · 计算机科学 2022-02-10 Tuan Manh Lai , Trung Bui , Doo Soon Kim

Coreference resolution is the task of finding expressions that refer to the same entity in a text. Coreference models are generally trained on monolingual annotated data but annotating coreference is expensive and challenging. Hardmeier et…

计算与语言 · 计算机科学 2023-05-30 Gongbo Tang , Christian Hardmeier

Mention detection is an important component of coreference resolution system, where mentions such as name, nominal, and pronominals are identified. These mentions can be purely coreferential mentions or singleton mentions (non-coreferential…

计算与语言 · 计算机科学 2023-01-24 Kusum Lata , Pardeep Singh , Kamlesh Dutta

Current work on automatic coreference resolution has focused on the OntoNotes benchmark dataset, due to both its size and consistency. However many aspects of the OntoNotes annotation scheme are not well understood by NLP practitioners,…

计算与语言 · 计算机科学 2021-12-21 Amir Zeldes

This paper suggests a direction of coreference resolution for online decoding on actively generated input such as dialogue, where the model accepts an utterance and its past context, then finds mentions in the current utterance as well as…

计算与语言 · 计算机科学 2022-05-24 Liyan Xu , Jinho D. Choi

State-of-the-art approaches of NER have used sequence-labeling BiLSTM as a core module. This paper formally shows the limitation of BiLSTM in modeling cross-context patterns. Two types of simple cross-structures -- self-attention and…

计算与语言 · 计算机科学 2020-03-03 Peng-Hsuan Li , Tsu-Jui Fu , Wei-Yun Ma

Neural network has shown promising performance on coreference resolution systems that uses mention pair method. With deep neural network, it can learn hidden and deep relations between two mentions. However, there is no work on coreference…

计算与语言 · 计算机科学 2020-09-15 Turfa Auliarachman , Ayu Purwarianti

Although recent neural models for coreference resolution have led to substantial improvements on benchmark datasets, transferring these models to new target domains containing out-of-vocabulary spans and requiring differing annotation…

计算与语言 · 计算机科学 2023-06-01 Nupoor Gandhi , Anjalie Field , Emma Strubell

We introduce a fully differentiable approximation to higher-order inference for coreference resolution. Our approach uses the antecedent distribution from a span-ranking architecture as an attention mechanism to iteratively refine span…

计算与语言 · 计算机科学 2018-04-17 Kenton Lee , Luheng He , Luke Zettlemoyer

Ontonotes has served as the most important benchmark for coreference resolution. However, for ease of annotation, several long documents in Ontonotes were split into smaller parts. In this work, we build a corpus of coreference-annotated…

Anaphora resolution (coreference) systems designed for the CONLL 2012 dataset typically cannot handle key aspects of the full anaphora resolution task such as the identification of singletons and of certain types of non-referring…

计算与语言 · 计算机科学 2020-06-23 Juntao Yu , Alexandra Uma , Massimo Poesio

Seq2seq coreference models have introduced a new paradigm for coreference resolution by learning to generate text corresponding to coreference labels, without requiring task-specific parameters. While these models achieve new…

计算与语言 · 计算机科学 2025-10-17 Matt Grenander , Shay B. Cohen , Mark Steedman

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…

计算与语言 · 计算机科学 2022-04-12 Vladimir Dobrovolskii

Mention detection is an important preprocessing step for annotation and interpretation in applications such as NER and coreference resolution, but few stand-alone neural models have been proposed able to handle the full range of mentions.…

计算与语言 · 计算机科学 2020-06-23 Juntao Yu , Bernd Bohnet , Massimo Poesio

Learning to detect entity mentions without using syntactic information can be useful for integration and joint optimization with other tasks. However, it is common to have partially annotated data for this problem. Here, we investigate two…

计算与语言 · 计算机科学 2019-08-27 Lesly Miculicich , James Henderson
‹ 上一页 1 2 3 10 下一页 ›