Skip to content

Commit

Permalink
added ML datasets to track repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Mar 8, 2024
1 parent 65c1ad3 commit 963bc64
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,23 @@ public static class V2016 {
}
}
}



/**
* ML Datasets
*/
public static class MLDatasets {

public static Track AnatomyDefault = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "anatomy_track-ml", "anatomy_track-default");

public static Track Biodiv_V2023 = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "biodiv-ml", "2023");

public static Track BioML_2022 = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "bio-ml-equiv-supervised-ml", "2022"); //this track has also the exclude alignemnts

public static Track KG_V4 = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "knowledgegraph-ml", "v4", false, GoldStandardCompleteness.PARTIAL_SOURCE_COMPLETE_TARGET_COMPLETE);

}


private static Set<Track> definedTracks = null;
Expand Down

0 comments on commit 963bc64

Please sign in to comment.