paper-with-me

Papers

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, Chris Develder

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 within the document itself: we propose to join the EL task with that of coreference resolution (coref). This is complementary to related works that exploit either (i) implicit document information (e.g., latent relations among entity mentions, or general language models) or (ii) connections between the candidate links (e.g, as inferred from the external knowledge base). Specifically, we cluster mentions that are linked via coreference, and enforce a single EL for all of the clustered mentions together. The latter constraint has the added benefit of increased coverage by joining EL candidate lists for the thus clustered mentions. We formulate the coref+EL problem as a structured prediction task over directed trees and use a globally normalized model to solve it. Experimental results on two datasets show a boost of up to +5% F1-score on both coref and EL tasks, compared to their standalone counterparts. For a subset of hard cases, with individual mentions lacking the correct EL in their candidate entity list, we obtain a +50% increase in accuracy.

📄 PDF Abstract BibTeX arXiv:2108.13530

Code (1)

klimzaporojets/consistent-el 공식 구현 pytorch

Tasks

coreference-resolutionCoreference ResolutionEntity LinkingStructured Prediction

Similar Papers 제목 키워드 기반

Joint Embedding in Named Entity Linking on Sentence Level

2020-02-12 · Wei Shi, Si-Yuan Zhang, Zhiwei Zhang, Hong Cheng 외

Named entity linking is to map an ambiguous mention in documents to an entity in a knowledge base. The named entity linking is challenging, given the fact that there are multiple candidate entities for a mention in a doc…

Entity LinkingKnowledge GraphsSentence

C3EL: A Joint Model for Cross-Document Co-Reference Resolution and Entity Linking

2015-09-01 · EMNLP 2015 9 · Sourav Dutta, Gerhard Weikum
Entity LinkingNamed Entity Recognition (NER)Question Answering

LongBEL: Long-Context and Document-Consistent Biomedical Entity Linking

2026-05-13 · Adam Remaki, Xavier Tannier, Christel Gérardin arxiv

Biomedical entity linking maps textual mentions to concepts in structured knowledge bases such as UMLS or SNOMED CT. Most existing systems link each mention independently, using only the mention or its surrounding senten…

Entity 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

Clustering-based Inference for Biomedical Entity Linking

2020-10-21 · NAACL 2021 4 · Rico Angell, Nicholas Monath, Sunil Mohan, Nishant Yadav 외

Due to large number of entities in biomedical knowledge bases, only a small fraction of entities have corresponding labelled training data. This necessitates entity linking models which are able to link mentions of unsee…

ClusteringEntity Linking