Neural Collective Entity Linking
Yixin Cao, Lei Hou, Juanzi Li, Zhiyuan Liu

TL;DR
This paper introduces NCEL, a neural collective entity linking model that uses Graph Convolutional Networks to incorporate local and global information, improving accuracy and efficiency in linking entities in texts.
Contribution
The paper proposes a novel neural model, NCEL, that integrates local and global features via graph convolution and employs attention for robustness, with efficient subgraph-based computation.
Findings
NCEL outperforms existing methods on five datasets.
The model demonstrates strong generalization and robustness.
Efficiency is improved through subgraph-based graph convolution.
Abstract
Entity Linking aims to link entity mentions in texts to knowledge bases, and neural models have achieved recent success in this task. However, most existing methods rely on local contexts to resolve entities independently, which may usually fail due to the data sparsity of local information. To address this issue, we propose a novel neural model for collective entity linking, named as NCEL. NCEL applies Graph Convolutional Network to integrate both local contextual features and global coherence information for entity linking. To improve the computation efficiency, we approximately perform graph convolution on a subgraph of adjacent entity mentions instead of those in the entire text. We further introduce an attention scheme to improve the robustness of NCEL to data noise and train the model on Wikipedia hyperlinks to avoid overfitting and domain bias. In experiments, we evaluate NCEL on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
