ZeroFolio: Algorithm Selection via Text Embeddings Without Domain Knowledge
Researchers introduce ZeroFolio, a method for algorithm selection using pretrained text embeddings instead of hand-crafted features. This approach eliminates the need for domain knowledge or task-specific training.

Researchers have developed ZeroFolio, a novel approach to algorithm selection that leverages pretrained text embeddings. The method reads raw instance files as plain text, embeds them using a pretrained model, and selects an algorithm via weighted k-nearest neighbors. The key innovation is that pretrained embeddings can distinguish problem instances without any domain knowledge or task-specific training.
This development is significant because it simplifies the algorithm selection process, making it more accessible and efficient. Traditional methods rely on hand-crafted features, which require domain expertise and extensive training. ZeroFolio's feature-free approach could democratize algorithm selection, allowing non-experts to apply sophisticated algorithms to new problems.
The implications of ZeroFolio are far-reaching. By eliminating the need for domain knowledge, this method could accelerate research in various fields where algorithm selection is a bottleneck. Future work will likely explore the method's performance across different domains and refine the embedding models used. The open questions revolve around the scalability and robustness of ZeroFolio in real-world applications.