Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix systems.md and systems_updated.md, updated Tutorial #279

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Using a global and open resource, trusting evaluation results will be easier. In

There are multiple ways to add a new result to the leaderboard:

1. You can directly edit the leaderboard for your dataset of interest. You can add columns, new rows or even change individual cells. This is the easiest way to add a new result. If a leaderboard for a dataset is not yet available, you can simply add it by pasting a markdown table, similar to the other ones in the repository. Look at [this example]() for a template.
1. You can directly edit the leaderboard for your dataset of interest. You can add columns, new rows or even change individual cells. This is the easiest way to add a new result. If a leaderboard for a dataset is not yet available, you can simply add it by pasting a markdown table, similar to the other ones in the repository. Please also add an entry of the system to systems_updated.md if none exists already. Look at [this example](https://github.com/KGQA/leaderboard/blob/v2.0/template_leaderboard.md?plain=1) for a template.
1. You can also simply open an issue and we will add the result for you.

If you have an entire new dataset, which you want to add to the leaderboard, you'll have to create a pull request. This is how we expect you to add a new dataset. (P.S.: You can also simply create an issue and we will add the dataset for you.)
Expand All @@ -27,7 +27,7 @@ If you have an entire new dataset, which you want to add to the leaderboard, you
- Find the appropriate knowledge graph folder, e.g. "freebase"
- Create these markdown files:
- ^(datasetName).md - This is the header of your dataset in plain markdown.
- (datasetName).md - This is the main leaderboard table. You can copy the template from [here]()
- (datasetName).md - This is the main leaderboard table. You can copy the template from [here](https://github.com/KGQA/leaderboard/blob/v2.0/template_leaderboard.md?plain=1)
- $(datasetName).md - This is the footer of your dataste, again in plain markdown.
- Add correspnding route in the file frontend/static/entries.txt
- Create a pull request
Expand Down
Loading
Loading