PulseAugur
实时 07:45:48
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 使用文本嵌入进行无需领域知识的算法选择

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群包含一篇详细介绍新算法选择方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
49 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

完整方法见我们的编辑标准

报道来源 [1]

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

    通过文本嵌入实现零领域知识的算法选择

    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…