paper-with-me

Papers

Learning Dynamic Context Augmentation for Global Entity Linking

2019-09-04 · IJCNLP 2019 11 · Xiyuan Yang, Xiaotao Gu, Sheng Lin, Siliang Tang, Yueting Zhuang, Fei Wu, Zhigang Chen, Guoping Hu, Xiang Ren

Despite of the recent success of collective entity linking (EL) methods, these "global" inference methods may yield sub-optimal results when the "all-mention coherence" assumption breaks, and often suffer from high computational cost at the inference stage, due to the complex search space. In this paper, we propose a simple yet effective solution, called Dynamic Context Augmentation (DCA), for collective EL, which requires only one pass through the mentions in a document. DCA sequentially accumulates context information to make efficient, collective inference, and can cope with different local EL models as a plug-and-enhance module. We explore both supervised and reinforcement learning strategies for learning the DCA model. Extensive experiments show the effectiveness of our model with different learning settings, base models, decision orders and attention mechanisms.

📄 PDF Abstract BibTeX arXiv:1909.02117

Code (2)

YoungXiyuan/DCA 공식 구현 pytorch
ZacharyChenpk/Local_ETHZ pytorch

Tasks

Entity DisambiguationEntity LinkingReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Contextual Augmentation for Entity Linking using Large Language Models

2025-10-17 · Daniel Vollmers, Hamada M. Zahera, Diego Moussallem, Axel-Cyrille Ngonga Ngomo arxiv

Entity Linking involves detecting and linking entity mentions in natural language texts to a knowledge graph. Traditional methods use a two-step process with separate models for entity recognition and disambiguation, whi…

Entity DisambiguationEntity Linking

LLMAEL: Large Language Models are Good Context Augmenters for Entity Linking

2024-07-04 · Amy Xin, Yunjia Qi, Zijun Yao, Fangwei Zhu 외

Entity Linking (EL) models are well-trained at mapping mentions to their corresponding entities according to a given context. However, EL models struggle to disambiguate long-tail entities due to their limited training d…

Data AugmentationEntity Linking

Joint Learning of Local and Global Features for Entity Linking via Neural Networks

2016-12-01 · COLING 2016 12 · Thien Huu Nguyen, Nicolas Fauceglia, Mariano Rodriguez Muro, Oktie Hassanzadeh 외

Previous studies have highlighted the necessity for entity linking systems to capture the local entity-mention similarities and the global topical coherence. We introduce a novel framework based on convolutional neural n…

Domain AdaptationEntity Linking

SynCABEL: Synthetic Contextualized Augmentation for Biomedical Entity Linking

2026-01-27 · Adam Remaki, Christel Gérardin, Eulàlia Farré-Maduell, Martin Krallinger 외 arxiv

We present SynCABEL (Synthetic Contextualized Augmentation for Biomedical Entity Linking), a framework that addresses a central bottleneck in supervised biomedical entity linking (BEL): the scarcity of expert-annotated t…

Entity Linking

Neural Entity Linking: A Survey of Models Based on Deep Learning

2020-05-31 · Ozge Sevgili, Artem Shelmanov, Mikhail Arkhipov, Alexander Panchenko 외

This survey presents a comprehensive description of recent neural entity linking (EL) systems developed since 2015 as a result of the "deep learning revolution" in natural language processing. Its goal is to systemize de…

Deep LearningEntity EmbeddingsEntity LinkingSurvey