Skip to content

KGQA/leaderboard

Repository files navigation

Tracking Progress in Question Answering over Knowledge Graphs

Table of contents

Question Answering Systems with Descriptions

The QA Systems Table contains links to publications, demo/APIs (if available), and short descriptions of ca. 100 QA systems.

DBpedia

Wikidata

Freebase

Other KGs

This leaderboard aims to provide a central place to compare the capabilities of different Knowledge Graph Question Answering (KGQA) approaches. It gives a global view of the state-of-the-art (SOTA) across many KGQA benchmarks.

Using a global and open resource, trusting evaluation results will be easier. In particular, we want to close gaps in evaluation campaigns to avoid incomplete or missing comparisons. The ultimate goal is to prevent a replication crisis before it even starts.

Contributing

Adding a new result

If you would like to add a new result, you can just click on the small edit button in the top-right corner of the file for the respective dataset. This allows you to edit the file in Markdown. Simply add a row to the corresponding table in the same format. Make sure that the table stays sorted (with the best result on top). After you've made your change, make sure that the table still looks ok by clicking on the "Preview changes" tab at the top of the page. If everything looks good, go to the bottom of the page, where you see the below form.

Add a name for your proposed change, an optional description, indicate that you would like to "Create a new branch for this commit and start a pull request", and click on "Propose file change".

Adding a new dataset or task

For adding a new dataset or task, you can also follow the steps above. Alternatively, you can fork the repository. In both cases, follow the steps below:

  1. If your dataset is completely new, create a new file and link to it in the table of contents above.
  2. Briefly describe the dataset and include relevant references.
  3. Describe the evaluation setting and evaluation metric.
  4. Show what an annotated example of the dataset looks like.
  5. Add a download link if available.
  6. Copy the below table and fill in at least two results (including the state-of-the-art) for your dataset (change Metric1/Metric2/Metric3 to the metric of your dataset).
  7. Submit your change as a pull request.
Model / System Year Metric1 Metric2 Metric3 Reported by

Instructions for building the site locally

Instructions for building the website locally using Jekyll can be found here.

Citation

Please cite the following:

Perevalov, A., Yan, X., Kovriguina, L., Jiang, L., Both, A., & Usbeck, R. (2022, June). Knowledge Graph Question Answering Leaderboard: A Community Resource to Prevent a Replication Crisis. In Proceedings of the Thirteenth Language Resources and Evaluation Conference (pp. 2998-3007).

The full paper is available here (including BibTeX code).

Acknowledgement

This site is based on https://nlpprogress.com/ and thus, a great thanks goes to Sebastian Ruder.

Instruction on adding new dataset and leaderboard.

Please check this video:

<iframe width="560" height="315" src="https://www.youtube.com/embed/MfinKQx2bss" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>