Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Reinforced Generation of Combinatorial Structures: Applications to Complexity Theory

Created by
  • Haebom

Author

Ansh Nagda, Prabhakar Raghavan, Abhradeep Thakurta

Outline

This paper explores the use of AI to discover novel combinatorial structures that improve the efficiency limits of algorithms. Specifically, we study two settings using the LLM coding agent AlphaEvolve. First, we improve on the recent results of Kunisky and Yu to obtain near-optimal upper and (conditional) lower bounds on the average case difficulty of the authentication algorithms for MAX-CUT and MAX-Independent Sets in random 3-regular and 4-regular graphs. The improved lower bounds are obtained by constructing near-extreme Ramanujan graphs for up to 163 nodes using AlphaEvolve. Furthermore, we strengthen the upper bounds through analytical arguments, reducing the computational complexity of these problems to three decimal places. Second, we use AlphaEvolve to discover novel gadget reductions, yielding new approximation impossibility results for MAX-4-CUT and MAX-3-CUT. The MAX-4-CUT result improved the state-of-the-art at 0.9883, and the MAX-3-CUT result improved the current best gadget-based approximability result at 0.9853, but failed to improve the state-of-the-art at 16/17, which relies on a custom PCP rather than gadget reduction. Verifying candidate structures generated by AlphaEvolve often required exponential time, a challenge we addressed by accelerating the verification process by up to 10,000x using AlphaEvolve itself. Finally, we discuss criteria for evaluating AI assistance in proof development.

Takeaways, Limitations

Takeaways:
Using AI (AlphaEvolve), we derived near-optimal upper and lower bounds on the average case difficulty for MAX-CUT and MAX-Independent Set problems.
We use AI to obtain new approximate impossibility results for the MAX-4-CUT and MAX-3-CUT problems, improving on previous state-of-the-art performance.
We propose a method to dramatically improve the speed of the verification process using AI.
Limitations:
Validation of candidate structures generated by AlphaEvolve can be time-consuming.
The approximate impossibility results for the MAX-3-CUT problem fall short of the best performance based on custom PCPs.
There is a lack of clear criteria for evaluating AI support.
👍