Improving Few-shot and Zero-shot Entity Linking with Coarse-to-Fine Lexicon-based Retriever
Shijue Huang, Bingbing Wang, Libo Qin, Qin Zhao, Ruifeng Xu

TL;DR
This paper introduces a two-layer coarse-to-fine lexicon-based retrieval method for few-shot and zero-shot entity linking, significantly improving candidate retrieval accuracy without extensive fine-tuning.
Contribution
It proposes a novel coarse-to-fine lexicon-based retriever that effectively narrows down entity candidates using entity names and descriptions, enhancing zero-shot and few-shot linking.
Findings
Achieved top performance in NLPCC 2023 Shared Task 6
Outperformed existing methods in Chinese few-shot and zero-shot entity linking
Effective disambiguation of tail and emerging entities
Abstract
Few-shot and zero-shot entity linking focus on the tail and emerging entities, which are more challenging but closer to real-world scenarios. The mainstream method is the ''retrieve and rerank'' two-stage framework. In this paper, we propose a coarse-to-fine lexicon-based retriever to retrieve entity candidates in an effective manner, which operates in two layers. The first layer retrieves coarse-grained candidates by leveraging entity names, while the second layer narrows down the search to fine-grained candidates within the coarse-grained ones. In addition, this second layer utilizes entity descriptions to effectively disambiguate tail or new entities that share names with existing popular entities. Experimental results indicate that our approach can obtain superior performance without requiring extensive finetuning in the retrieval stage. Notably, our approach ranks the 1st in NLPCC…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Quality and Management · Topic Modeling · Natural Language Processing Techniques
MethodsFocus
