PulseAugur
实时 07:10:56
English(EN) Algorithm Selection with Zero Domain Knowledge via Text Embeddings

ZeroFolio 使用文本嵌入进行无需领域知识的算法选择

研究人员开发了一种新颖的无特征算法选择方法,称为 ZeroFolio,它利用预训练的文本嵌入来区分问题实例,而无需领域特定知识。该方法包括将原始实例文件序列化为纯文本,使用预训练模型对其进行嵌入,然后通过加权 k-近邻选择算法。在 11 个 ASlib 场景上的评估表明,在大多数情况下,ZeroFolio 的表现优于在手工制作的特征上训练的随机森林,并且在没有广泛调优的情况下,其性能与 AutoFolio 非常接近。 AI

影响 这种方法可以实现更通用的算法选择工具,减少手动特征工程的需求。

排序理由 该集群包含一篇详细介绍新算法选择方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

ZeroFolio 使用文本嵌入进行无需领域知识的算法选择

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Stefan Szeider ·

    Algorithm Selection with Zero Domain Knowledge via Text Embeddings

    arXiv:2604.19753v2 Announce Type: replace Abstract: We propose a feature-free approach to algorithm selection: instead of hand-crafted instance features, we use pretrained text embeddings. Our method, ZeroFolio, proceeds in three steps. First, it reads the raw instance file as pl…