2024.naacl-short.22@ACL

Total: 1

#1 GenDecider: Integrating “None of the Candidates” Judgments in Zero-Shot Entity Linking Re-ranking [PDF] [Copy] [Kimi] [REL]

Authors: Kang Zhou ; Yuepei Li ; Qing Wang ; Qiao Qiao ; Qi Li

We introduce GenDecider, a novel re-ranking approach for Zero-Shot Entity Linking (ZSEL), built on the Llama model. It innovatively detects scenarios where the correct entity is not among the retrieved candidates, a common oversight in existing re-ranking methods. By autoregressively generating outputs based on the context of the entity mention and the candidate entities, GenDecider significantly enhances disambiguation, improving the accuracy and reliability of ZSEL systems, as demonstrated on the benchmark ZESHEL dataset. Our code is available at https://github.com/kangISU/GenDecider.