MST5 -- Multilingual Question Answering over Knowledge Graphs
Nikit Srivastava, Mengshi Ma, Daniel Vollmers, Hamada Zahera, Diego, Moussallem, Axel-Cyrille Ngonga Ngomo

TL;DR
This paper presents a simplified multilingual KGQA approach using a single pretrained transformer model to improve SPARQL query generation across diverse languages, demonstrated on recent datasets including Chinese and Japanese.
Contribution
It introduces a novel method that integrates auxiliary information directly into a single multilingual transformer, enhancing multilingual KGQA performance.
Findings
Improved accuracy on QALD-9-Plus and QALD-10 datasets.
Effective handling of Chinese and Japanese queries.
Outperforms existing multilingual KGQA systems.
Abstract
Knowledge Graph Question Answering (KGQA) simplifies querying vast amounts of knowledge stored in a graph-based model using natural language. However, the research has largely concentrated on English, putting non-English speakers at a disadvantage. Meanwhile, existing multilingual KGQA systems face challenges in achieving performance comparable to English systems, highlighting the difficulty of generating SPARQL queries from diverse languages. In this research, we propose a simplified approach to enhance multilingual KGQA systems by incorporating linguistic context and entity information directly into the processing pipeline of a language model. Unlike existing methods that rely on separate encoders for integrating auxiliary information, our strategy leverages a single, pretrained multilingual transformer-based language model to manage both the primary input and the auxiliary data. Our…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Natural Language Processing Techniques
