View on GitHub

KGQA-leaderboard

Repository to track the progress in Question Answering over Knowledge Graphs (KGQA), including the datasets and the current state-of-the-art for the most common KGQA tasks.

RuBQ

Table of contents

RuBQ v1

RuBQ[1] (Russian Knowledge Base Questions), pronounced [`rubik], is a KBQA dataset that consists of 1,500 Russian questions of varying complexity along with their English machine translations, corresponding SPARQL queries, answers, as well as a subset of Wikidata covering entities with Russian labels. It is the first Russian KBQA and semantic parsing dataset. The dataset is thought to be used as a development and test sets in cross-lingual transfer, few-shot learning, or learning with synthetic data scenarios.

Leaderboard

RuBQ v2

RuBQ 2.0[2], the second version of RuBQ, was released in Decemeber 2020. The dataset extension is based on questions obtained through search engine query suggestion services. The dataset doubled in size: RuBQ 2.0 contains 2,910 questions along with the answers and SPARQL queries. The dataset was also expanded with machine reading comprehension capabilities: RuBQ 2.0 incorporates answer-bearing paragraphs from Wikipedia for the majority of questions. Thus, the dataset is now not only suitable for the evaluation of KBQA, but also can be used to evaluate machine reading comprehension, paragraph retrieval, and end-to-end open-domain question answering. The dataset can be also used for experiments in hybrid QA, where KBQA and text-based QA can enrich and complement each other.

Leaderboard

Model / System Year Precision Recall F1 Language Reported by
Text2Graph(MEKER Wiki4M) 2022 - - 49.06 EN Chekalina1 V et al.
Text2Graph(PTBG (TransE) Wiki4M) 2022 - - 48.84 EN Chekalina1 V et al.
Text2Graph(PTBG (ComplEX) Wiki4M) 2022 - - 48.16 EN Chekalina1 V et al.
QA-En 2022 - - 32.3 EN Chekalina1 V et al.
SimBa 2022 - - 32.3 EN Chekalina1 V et al.
QA-Ru 2022 - - 30.8 EN Chekalina1 V et al.
DeepPavlov 2022 - - 30.5 EN Chekalina1 V et al.

References

[1] Korablinov, Vladislav, and Pavel Braslavski. RuBQ: a Russian dataset for question answering over Wikidata. In International Semantic Web Conference, pp. 97-110. Springer, Cham, 2020.

[2] Rybin, Ivan, Vladislav Korablinov, Pavel Efimov, and Pavel Braslavski. RuBQ 2.0: An Innovated Russian Question Answering Dataset. In European Semantic Web Conference, pp. 532-547. Springer, Cham, 2021.

Go back to the README