Host: The Japanese Society for Artificial Intelligence
Name : The 38th Annual Conference of the Japanese Society for Artificial Intelligence
Number : 38
Location : [in Japanese]
Date : May 28, 2024 - May 31, 2024
Entity linking (EL), a task associating named entities in text with entities in a knowledge base, has attracted attention as a fundamental technology for question answering and other applications. Most existing EL methods focus on English and may not support other languages or have poor performance. In this study, we propose an EL method for Japanese and English based on GPT, which has advanced language understanding and generalization capabilities. Our approach extracts entity names and generate corresponding Wikipedia URLs from EL target sentences by providing prompts to GPT-3.5 Turbo and GPT-4. Subsequently, we query Wikidata's SPARQL endpoint to obtain Wikidata IDs from Wikipedia URLs and outputs the sets of entity names and their Wikidata IDs. We compared our proposed method with a prior research method (PNEL) on LC-QuAD2.0, SimpleQuestions, and WebQSP datasets in Japanese and English. Results showed that our method outperformed PNEL on all datasets except Japanese SimpleQuestions.