Structure of this task:
src/embedding
├── api Interface specifications for components and datasets in this task
├── control_methods Baseline (random/ground truth) methods to compare methods against
├── methods Methods to be benchmarked
├── metrics Metrics used to quantify performance of methods
├── README.md This file
├── resources_scripts Scripts to process the datasets
├── resources_test_scripts Scripts to process the test resources
├── split_dataset Component to prepare common datasets
└── workflows Pipelines to run the full benchmark
Relevant links: