Efficient Entity Candidate Generation for Low-Resource Languages
It addresses the challenge of entity linking for low-resource languages, which is crucial for NLP tasks but often overlooked, though the solution is incremental as it builds on existing approaches.
The paper tackles the problem of candidate generation for entity linking in low-resource languages, where existing English-based methods fail, and proposes a lightweight index-based solution that outperforms the state-of-the-art in quality and efficiency on 9 datasets.
Candidate generation is a crucial module in entity linking. It also plays a key role in multiple NLP tasks that have been proven to beneficially leverage knowledge bases. Nevertheless, it has often been overlooked in the monolingual English entity linking literature, as naive approaches obtain very good performance. Unfortunately, the existing approaches for English cannot be successfully transferred to poorly resourced languages. This paper constitutes an in-depth analysis of the candidate generation problem in the context of cross-lingual entity linking with a focus on low-resource languages. Among other contributions, we point out limitations in the evaluation conducted in previous works. We introduce a characterization of queries into types based on their difficulty, which improves the interpretability of the performance of different methods. We also propose a light-weight and simple solution based on the construction of indexes whose design is motivated by more complex transfer learning based neural approaches. A thorough empirical analysis on 9 real-world datasets under 2 evaluation settings shows that our simple solution outperforms the state-of-the-art approach in terms of both quality and efficiency for almost all datasets and query types.