Datasets
Type Number of datasets link
BioMedical 319
Sport F1, Sport ski, Websearch 172
Synthetic with similarities 1000
Synthetic with similarities and unified 1000
Synthetic uniform 16800
Example: A datasets explained
Dataset:
r1 := [[3, 4, 5], [1, 2]]:
r2 := [[2], [4], [3], [1, 5]]:
r3 := [[2], [4, 5], [3], [1]]:
r4 := [[1], [2, 5],\
 [3, 4]]:
Explanations:
r4 := [ [1] , [2, 5] , \ ¶ [3, 4] ] :
ranking name separator   first bucket   second bucket   multi line indicator third bucket   ending char
Optional Mandatory Optional Mandatory Optional
Note that the class MedianRankingTools from the MedianRankingInterface.jar library contains a function toRankingWithTieFromFile which reads any well formed datasets.