GPT-3.5 and Llama-3-70B recall about 59-60% of long-tail historical entities versus ReLiK's 45.7%, but their lower precision leaves F1 scores near 53 versus ReLiK's 56.1.
EntQA: Entity Linking as Question Answering
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
A conventional approach to entity linking is to first find mentions in a given document and then infer their underlying entities in the knowledge base. A well-known limitation of this approach is that it requires finding mentions without knowing their entities, which is unnatural and difficult. We present a new model that does not suffer from this limitation called EntQA, which stands for Entity linking as Question Answering. EntQA first proposes candidate entities with a fast retrieval module, and then scrutinizes the document to find mentions of each candidate with a powerful reader module. Our approach combines progress in entity linking with that in open-domain question answering and capitalizes on pretrained models for dense entity retrieval and reading comprehension. Unlike in previous works, we do not rely on a mention-candidates dictionary or large-scale weak supervision. EntQA achieves strong results on the GERBIL benchmarking platform.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Evaluation of LLMs on Long-tail Entity Linking in Historical Documents
GPT-3.5 and Llama-3-70B recall about 59-60% of long-tail historical entities versus ReLiK's 45.7%, but their lower precision leaves F1 scores near 53 versus ReLiK's 56.1.