中文
相关论文

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

200 篇论文

Named Entity Recognition (NER) is a well-studied problem in NLP. However, there is much less focus on studying NER datasets, compared to developing new NER models. In this paper, we employed three simple techniques to detect annotation…

计算与语言 · 计算机科学 2024-06-28 Gabriel Bernier-Colborne , Sowmya Vajjala

Coreference resolution (CR) is an essential part of discourse analysis. Most recently, neural approaches have been proposed to improve over SOTA models from earlier paradigms. So far none of the published neural models leverage external…

计算与语言 · 计算机科学 2020-10-13 Sopan Khosla , Carolyn Rose

Most recent coreference resolution systems use search algorithms over possible spans to identify mentions and resolve coreference. We instead present a coreference resolution system that uses a text-to-text (seq2seq) paradigm to predict…

计算与语言 · 计算机科学 2022-11-23 Bernd Bohnet , Chris Alberti , Michael Collins

Coreference resolution is a key problem in natural language understanding that still escapes reliable solutions. One fundamental difficulty has been that of resolving instances involving pronouns since they often require deep language…

计算与语言 · 计算机科学 2019-07-15 Haoruo Peng , Daniel Khashabi , Dan Roth

In coreference resolution, it is important to consider all members of a coreference cluster and decide about all of them at once. This technique can help to avoid losing precision and also in finding long-distance relations. The presented…

计算与语言 · 计算机科学 2020-07-09 Aref Jafari , Ali Ghodsi

We point out that common evaluation practices for cross-document coreference resolution have been unrealistically permissive in their assumed settings, yielding inflated results. We propose addressing this issue via two evaluation…

计算与语言 · 计算机科学 2021-06-09 Arie Cattan , Alon Eirew , Gabriel Stanovsky , Mandar Joshi , Ido Dagan

No neural coreference resolver for Arabic exists, in fact we are not aware of any learning-based coreference resolver for Arabic since (Bjorkelund and Kuhn, 2014). In this paper, we introduce a coreference resolution system for Arabic based…

计算与语言 · 计算机科学 2020-11-03 Abdulrahman Aloraini , Juntao Yu , Massimo Poesio

We propose a coreference annotation scheme as a layer on top of the Universal Conceptual Cognitive Annotation foundational layer, treating units in predicate-argument structure as a basis for entity and event mentions. We argue that this…

计算与语言 · 计算机科学 2019-06-12 Jakob Prange , Nathan Schneider , Omri Abend

A coreference resolution system is to cluster all mentions that refer to the same entity in a given context. All coreference resolution systems need to tackle two main tasks: one task is to detect all of the potential mentions, and the…

计算与语言 · 计算机科学 2022-12-21 Yu Wang , Hongxia Jin

BiLSTM has been prevalently used as a core module for NER in a sequence-labeling setup. State-of-the-art approaches use BiLSTM with additional resources such as gazetteers, language-modeling, or multi-task supervision to further improve…

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

SOTA coreference resolution produces increasingly impressive scores on the OntoNotes benchmark. However lack of comparable data following the same scheme for more genres makes it difficult to evaluate generalizability to open domain data.…

计算与语言 · 计算机科学 2021-10-13 Yilun Zhu , Sameer Pradhan , Amir Zeldes

People are often entities of interest in tasks such as search and information extraction. In these tasks, the goal is to find as much information as possible about people specified by their name. However in text, some of the references to…

计算与语言 · 计算机科学 2018-11-21 Oshin Agarwal , Sanjay Subramanian , Ani Nenkova , Dan Roth

Recent evaluations of LLMs on coreference resolution have revealed that traditional output formats and evaluation metrics do not fully capture the models' referential understanding. To address this, we introduce IdentifyMe, a new benchmark…

计算与语言 · 计算机科学 2025-04-18 Kawshik Manikantan , Makarand Tapaswi , Vineet Gandhi , Shubham Toshniwal

Traditional sequential recommendation methods assume that users' sequence data is clean enough to learn accurate sequence representations to reflect user preferences. In practice, users' sequences inevitably contain noise (e.g., accidental…

信息检索 · 计算机科学 2024-03-08 Chi Zhang , Qilong Han , Rui Chen , Xiangyu Zhao , Peng Tang , Hongtao Song

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 system…

We present a new architecture for storing and accessing entity mentions during online text processing. While reading the text, entity references are identified, and may be stored by either updating or overwriting a cell in a fixed-length…

计算与语言 · 计算机科学 2019-07-10 Fei Liu , Luke Zettlemoyer , Jacob Eisenstein

Extracting entities and relations for types of interest from text is important for understanding massive text corpora. Traditionally, systems of entity relation extraction have relied on human-annotated corpora for training and adopted an…

计算与语言 · 计算机科学 2017-06-06 Xiang Ren , Zeqiu Wu , Wenqi He , Meng Qu , Clare R. Voss , Heng Ji , Tarek F. Abdelzaher , Jiawei Han

Pronoun Coreference Resolution (PCR) is the task of resolving pronominal expressions to all mentions they refer to. Compared with the general coreference resolution task, the main challenge of PCR is the coreference relation prediction…

计算与语言 · 计算机科学 2020-09-29 Hongming Zhang , Xinran Zhao , Yangqiu Song

In this paper, we present an accurate and extensible approach for the coreference resolution task. We formulate the problem as a span prediction task, like in machine reading comprehension (MRC): A query is generated for each candidate…

计算与语言 · 计算机科学 2020-07-21 Wei Wu , Fei Wang , Arianna Yuan , Fei Wu , Jiwei Li

We present an approach to event coreference resolution by developing a general framework for clustering that uses supervised representation learning. We propose a neural network architecture with novel Clustering-Oriented Regularization…

计算与语言 · 计算机科学 2018-05-29 Kian Kenyon-Dean , Jackie Chi Kit Cheung , Doina Precup