paper-with-me

홈 › Papers

Efficient One-Pass End-to-End Entity Linking for Questions

2020-10-06 · EMNLP 2020 11 · Belinda Z. Li, Sewon Min, Srinivasan Iyer, Yashar Mehdad, Wen-tau Yih

We present ELQ, a fast end-to-end entity linking model for questions, which uses a biencoder to jointly perform mention detection and linking in one pass. Evaluated on WebQSP and GraphQuestions with extended annotations that cover multiple entities per question, ELQ outperforms the previous state of the art by a large margin of +12.7% and +19.6% F1, respectively. With a very fast inference time (1.57 examples/s on a single CPU), ELQ can be useful for downstream question answering systems. In a proof-of-concept experiment, we demonstrate that using ELQ significantly improves the downstream QA performance of GraphRetriever (arXiv:1911.03868). Code and data available at https://github.com/facebookresearch/BLINK/tree/master/elq

📄 PDF Abstract BibTeX arXiv:2010.02413

Code (3)

facebookresearch/BLINK 공식 구현 pytorch
facebookresearch/BLINK/tree/master/elq 공식 구현 pytorch
shmsw25/GraphRetriever pytorch

Tasks

CPUEntity LinkingQuestion Answering

Similar Papers 제목 키워드 기반

An Entity Linking Agent for Question Answering

2025-08-05 · Yajie Luo, Yihong Wu, Muzhi Li, Jia Ao Sun 외 arxiv

Some Question Answering (QA) systems rely on knowledge bases (KBs) to provide accurate answers. Entity Linking (EL) plays a critical role in linking natural language mentions to KB entries. However, most existing EL meth…

Question AnsweringEntity Linking

A Knowledge Graph Based Solution for Entity Discovery and Linking in Open-Domain Questions

2018-12-05 · Kai Lei, Bing Zhang, Yong liu, Yang Deng 외

Named entity discovery and linking is the fundamental and core component of question answering. In Question Entity Discovery and Linking (QEDL) problem, traditional methods are challenged because multiple entities in one…

Entity LinkingLearning-To-RankQuestion AnsweringRetrieval+3

ReFinED: An Efficient Zero-shot-capable Approach to End-to-End Entity Linking

2022-07-08 · NAACL (ACL) 2022 7 · Tom Ayoola, Shubhi Tyagi, Joseph Fisher, Christos Christodoulopoulos 외

We introduce ReFinED, an efficient end-to-end entity linking model which uses fine-grained entity types and entity descriptions to perform linking. The model performs mention detection, fine-grained entity typing, and en…

Entity DisambiguationEntity LinkingEntity Typing

Community Question Answering Entity Linking via Leveraging Auxiliary Data

2022-05-24 · Yuhan Li, Wei Shen, Jianbo Gao, Yadong Wang

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 Answering

EARL: Joint Entity and Relation Linking for Question Answering over Knowledge Graphs

2018-01-11 · Mohnish Dubey, Debayan Banerjee, Debanjan Chaudhuri, Jens Lehmann

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+2