CLAIMay 24, 2022

Community Question Answering Entity Linking via Leveraging Auxiliary Data

arXiv:2205.11917v113 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses entity linking for community question-answering platforms, facilitating applications like expert finding and knowledge base enrichment, but it is incremental as it adapts existing methods to a new domain.

The paper tackles the problem of linking named entities in community question-answering texts to a knowledge base, proposing a transformer-based framework that leverages auxiliary data like parallel answers and metadata to achieve superior performance compared to state-of-the-art methods.

Community Question Answering (CQA) platforms contain plenty of CQA texts (i.e., questions and answers corresponding to the question) where named entities appear ubiquitously. In this paper, we define a new task of CQA entity linking (CQAEL) as linking the textual entity mentions detected from CQA texts with their corresponding entities in a knowledge base. This task can facilitate many downstream applications including expert finding and knowledge base enrichment. Traditional entity linking methods mainly focus on linking entities in news documents, and are suboptimal over this new task of CQAEL since they cannot effectively leverage various informative auxiliary data involved in the CQA platform to aid entity linking, such as parallel answers and two types of meta-data (i.e., topic tags and users). To remedy this crucial issue, we propose a novel transformer-based framework to effectively harness the knowledge delivered by different kinds of auxiliary data to promote the linking performance. We validate the superiority of our framework through extensive experiments over a newly released CQAEL data set against state-of-the-art entity linking methods.

Code Implementations2 repos
Foundations

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

Your Notes