菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-08
📄 Abstract - $k$-server-bench: Automating Potential Discovery for the $k$-Server Conjecture

We introduce a code-based challenge for automated, open-ended mathematical discovery based on the $k$-server conjecture, a central open problem in competitive analysis. The task is to discover a potential function satisfying a large graph-structured system of simple linear inequalities. The resulting evaluation procedure is sound but incomplete: any violated inequality definitively refutes a candidate, whereas satisfying all inequalities does not by itself constitute a proof of the corresponding conjecture's special case. Nevertheless, a candidate that passes all constraints would be strong evidence toward a valid proof and, to the best of our knowledge, no currently known potential achieves this under our formulation in the open $k=4$ circle case. As such, a successful candidate would already be an interesting contribution to the $k$-server conjecture, and could become a substantial theoretical result when paired with a full proof. Experiments on the resolved $k=3$ regime show that current agentic methods can solve nontrivial instances, and in the open $k=4$ regime they reduce the number of violations relative to existing potentials without fully resolving the task. Taken together, these results suggest that the task is challenging but plausibly within reach of current methods. Beyond its relevance to the $k$-server community, where the developed tooling enables researchers to test new hypotheses and potentially improve on the current record, the task also serves as a useful \emph{benchmark} for developing code-based discovery agents. In particular, our $k=3$ results show that it mitigates important limitations of existing open-ended code-based benchmarks, including early saturation and the weak separation between naive random baselines and more sophisticated methods.

顶级标签: agents benchmark theory
详细标签: automated theorem proving competitive analysis potential function mathematical discovery k-server problem 或 搜索:

k-服务器基准测试:为k-服务器猜想实现潜力函数发现的自动化 / $k$-server-bench: Automating Potential Discovery for the $k$-Server Conjecture


1️⃣ 一句话总结

这篇论文提出了一个基于代码的自动化数学发现挑战,旨在通过寻找满足特定不等式系统的潜力函数来辅助证明或逼近著名的k-服务器猜想,同时该任务本身也构成了一个能有效评估智能体发现能力的新基准。

源自 arXiv: 2604.07240