v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
leaderboard

Submit To Leaderboard

Submit or update a leaderboard entry after evaluation.

If the user already has an entry for this dataset, it is updated only when the new score is better (higher F1).

Args: dataset_id: Competition dataset. request: Evaluation to submit and the display name to show. auth: Authenticated caller.

Returns: The entry, its rank, and whether it is a new personal best.

Raises: HTTPException: 404 when the dataset or evaluation is not the caller's to use, 400 when the evaluation cannot be ranked, 500 when the submission cannot be written.

post/leaderboard/datasets/{dataset_id}/submit

Path parameters

dataset_idstring required

Request body

evaluation_idstring required

ID of the completed evaluation

display_namestring required

Display name for leaderboard

Response

Successful Response

successboolean
rankinteger required
is_new_bestboolean