PNEL: Pointer Network based End-To-End Entity Linking over Knowledge Graphs
Question Answering systems are generally modelled as a pipeline consisting of a sequence of steps. In such a pipeline, Entity Linking (EL) is often the first step. Several EL models first perform span detection and then entity disambiguation. In such models errors from the span detection phase cascade to later steps and result in a drop of overall accuracy. Moreover, lack of gold entity spans in training data is a limiting factor for span detector training. Hence the movement towards end-to-end EL models began where no separate span detection step is involved. In this work we present a novel approach to end-to-end EL by applying the popular Pointer Network model, which achieves competitive performance. We demonstrate this in our evaluation over three datasets on the Wikidata Knowledge Graph.
Code (1)
Tasks
Entity DisambiguationEntity LinkingKnowledge GraphsQuestion AnsweringMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs
Many question answering systems over knowledge graphs rely on entity and relation linking components in order to connect the natural language input to the underlying knowledge graph. Traditionally, entity linking and rel…
Entity LinkingKnowledge GraphsQuestion AnsweringRelation+2Community Question Answering Entity Linking via Leveraging Auxiliary Data
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 en…
Community Question AnsweringEntity LinkingQuestion AnsweringContext-enhanced Adaptive Entity Linking
More and more knowledge bases are publicly available as linked data. Since these knowledge bases contain structured descriptions of real-world entities, they can be exploited by entity linking systems that anchor entity …
ArticlesEntity LinkingOneNet: A Fine-Tuning Free Framework for Few-Shot Entity Linking via Large Language Model Prompting
Entity Linking (EL) is the process of associating ambiguous textual mentions to specific entities in a knowledge base. Traditional EL methods heavily rely on large datasets to enhance their performance, a dependency that…
Entity LinkingFew-Shot LearningHallucinationLanguage Modeling+2Investigating Entity Knowledge in BERT with Simple Neural End-To-End Entity Linking
A typical architecture for end-to-end entity linking systems consists of three steps: mention detection, candidate generation and entity disambiguation. In this study we investigate the following questions: (a) Can all t…
Entity DisambiguationEntity LinkingMachine TranslationQuestion Answering+3