CLJun 24, 2020

XREF: Entity Linking for Chinese News Comments with Supplementary Article Reference

arXiv:2006.14017v1
Originality Incremental advance
AI Analysis

This addresses the problem of identifying entities in social media comments for Chinese news, which is incremental as it builds on existing entity linking methods with specific adaptations for this context.

The paper tackles entity linking for Chinese news comments by proposing XREF, a model that uses attention mechanisms to leverage context from comments and supporting entities from news articles, and it outperforms previous methods on two new datasets in entertainment and product domains.

Automatic identification of mentioned entities in social media posts facilitates quick digestion of trending topics and popular opinions. Nonetheless, this remains a challenging task due to limited context and diverse name variations. In this paper, we study the problem of entity linking for Chinese news comments given mentions' spans. We hypothesize that comments often refer to entities in the corresponding news article, as well as topics involving the entities. We therefore propose a novel model, XREF, that leverages attention mechanisms to (1) pinpoint relevant context within comments, and (2) detect supporting entities from the news article. To improve training, we make two contributions: (a) we propose a supervised attention loss in addition to the standard cross entropy, and (b) we develop a weakly supervised training scheme to utilize the large-scale unlabeled corpus. Two new datasets in entertainment and product domains are collected and annotated for experiments. Our proposed method outperforms previous methods on both datasets.

Foundations

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

Your Notes