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

How to submit results to DUE leaderboard? #4

Open
Cppowboy opened this issue Sep 8, 2022 · 1 comment
Open

How to submit results to DUE leaderboard? #4

Cppowboy opened this issue Sep 8, 2022 · 1 comment

Comments

@Cppowboy
Copy link

Cppowboy commented Sep 8, 2022

I am trying to submit our results to DUE leaderboard, what's the submission format? And is there any submission samples?

@Borchmann
Copy link
Contributor

The submission format follows the format of the document.jsonl in du-schema. Therefore, you can take a look at dev set examples from du-schema/examples or complete datasets available at https://duebenchmark.com/data as a reference.

It is expected to upload multiple files after logging in at duebenchmark.com. The name of the file is irrelevant, and the system matches the output files with the dataset automatically based on their content. We calculate the mean and standard deviation if multiple files for the same dataset are provided. All you have to do is to keep the same line order as in the corresponding test set document.jsonl file.

In case of any doubts or problems with processing the files, please do not hesitate to contact me with the output file attached, either here or at [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants