CLFeb 1, 2019

Joint Entity Linking with Deep Reinforcement Learning

arXiv:1902.00330v1107 citations
Originality Incremental advance
AI Analysis

This work improves entity linking for natural language processing applications by enhancing global coherence, though it is incremental as it builds on existing reinforcement learning approaches.

The paper tackles entity linking by addressing weaknesses in global models, such as noise from pairwise scoring and ignoring previously disambiguated entities, by converting it into a sequence decision problem using deep reinforcement learning. The results show that the model outperforms state-of-the-art systems and has better generalization performance on various datasets.

Entity linking is the task of aligning mentions to corresponding entities in a given knowledge base. Previous studies have highlighted the necessity for entity linking systems to capture the global coherence. However, there are two common weaknesses in previous global models. First, most of them calculate the pairwise scores between all candidate entities and select the most relevant group of entities as the final result. In this process, the consistency among wrong entities as well as that among right ones are involved, which may introduce noise data and increase the model complexity. Second, the cues of previously disambiguated entities, which could contribute to the disambiguation of the subsequent mentions, are usually ignored by previous models. To address these problems, we convert the global linking into a sequence decision problem and propose a reinforcement learning model which makes decisions from a global perspective. Our model makes full use of the previous referred entities and explores the long-term influence of current selection on subsequent decisions. We conduct experiments on different types of datasets, the results show that our model outperforms state-of-the-art systems and has better generalization performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes