paper-with-me

Papers

A Joint Model for Entity Analysis: Coreference, Typing, and Linking

2014-01-01 · TACL 2014 1 · Greg Durrett, Dan Klein

We present a joint model of three core tasks in the entity analysis stack: coreference resolution (within-document clustering), named entity recognition (coarse semantic typing), and entity linking (matching to Wikipedia entities). Our model is formally a structured conditional random field. Unary factors encode local features from strong baselines for each task. We then add binary and ternary factors to capture cross-task interactions, such as the constraint that coreferent mentions have the same semantic type. On the ACE 2005 and OntoNotes datasets, we achieve state-of-the-art results for all three tasks. Moreover, joint modeling improves performance on each task over strong independent baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringcoreference-resolutionCoreference ResolutionEntity Linkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)

Similar Papers 제목 키워드 기반

Joint Coreference Resolution and Named-Entity Linking with Multi-Pass Sieves

2013-10-01 · EMNLP 2013 10 · Hannaneh Hajishirzi, Leila Zilles, Daniel S. Weld, Luke Zettlemoyer
coreference-resolutionCoreference ResolutionEntity Linking

They Exist! Introducing Plural Mentions to Coreference Resolution and Entity Linking

2018-08-01 · COLING 2018 8 · Ethan Zhou, Jinho D. Choi

This paper analyzes arguably the most challenging yet under-explored aspect of resolution tasks such as coreference resolution and entity linking, that is the resolution of plural mentions. Unlike singular mentions each …

coreference-resolutionCoreference ResolutionEntity LinkingMachine Translation+2

Joint Coreference Resolution and Character Linking for Multiparty Conversation

2021-01-27 · EACL 2021 2 · Jiaxin Bai, Hongming Zhang, Yangqiu Song, Kun Xu

Character linking, the task of linking mentioned people in conversations to the real world, is crucial for understanding the conversations. For the efficiency of communication, humans often choose to use pronouns (e.g., …

coreference-resolutionCoreference ResolutionEntity Linking

Injecting Knowledge Base Information into End-to-End Joint Entity and Relation Extraction and Coreference Resolution

2021-07-05 · Findings (ACL) 2021 8 · Severine Verlinden, Klim Zaporojets, Johannes Deleu, Thomas Demeester 외

We consider a joint information extraction (IE) model, solving named entity recognition, coreference resolution and relation extraction jointly over the whole document. In particular, we study how to inject information f…

coreference-resolutionCoreference ResolutionEntity LinkingJoint Entity and Relation Extraction+4

Towards Consistent Document-level Entity Linking: Joint Models for Entity Linking and Coreference Resolution

2021-08-30 · ACL 2022 5 · Klim Zaporojets, Johannes Deleu, Yiwei Jiang, Thomas Demeester 외

We consider the task of document-level entity linking (EL), where it is important to make consistent decisions for entity mentions over the full document jointly. We aim to leverage explicit "connections" among mentions …

coreference-resolutionCoreference ResolutionEntity LinkingStructured Prediction