co-evolution

Tag

Cards List
#co-evolution

Evolving Parallel Algorithm Portfolios via Potential-Aware Instance Generation with LLMs

arXiv cs.AI · 6d ago Cached

This paper introduces PIAC, a framework that improves LLM-based automatic construction of parallel algorithm portfolios by using a potential-gain metric that eliminates the need for reference solutions and by leveraging LLMs to generate diverse instance mutators. It consistently outperforms existing LLM-ACP baselines on TSP and CVRP, achieving up to 19.76% relative improvement.

0 favorites 0 likes
#co-evolution

Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design

Hugging Face Daily Papers · 6d ago Cached

A survey paper proposing a three-stage taxonomy of co-evolution in agentic systems, covering agent-agent, agent-environment, and meta co-evolution to enable open-ended improvement beyond fixed human-designed paths.

0 favorites 0 likes
#co-evolution

Scaffold-Mediated Post-Training: Co-Evolving Model Parameters and Procedural Scaffold Graphs

arXiv cs.CL · 2026-08-07 Cached

This paper proposes scaffold-mediated post-training, a paradigm where procedural scaffolds co-evolve with LLM parameters through discovery, distillation, and dynamic recompilation. On FeatureBench, automatically discovered skills improve pass rate by 8.1pp, with a 27.7% pass rate after distillation.

0 favorites 0 likes
#co-evolution

Consistency-Driven Co-Evolution for Self-Supervised Cross-Representation Learning

Hugging Face Daily Papers · 2026-08-05 Cached

This paper introduces CoCoEvolve, a self-supervised method that improves cross-representation understanding across charts, tables, and code by enforcing one-to-one consistency between representations, with training-time and test-time co-evolution objectives.

0 favorites 0 likes
#co-evolution

Echoverse: Deep, Evolving Environments for Training Computer-Use Agents at Scale

Hugging Face Daily Papers · 2026-07-30 Cached

Echoverse presents a method for generating deep, evolving synthetic environments to train computer-use agents, demonstrating substantial accuracy gains and releasing a benchmark with grounded graders.

0 favorites 0 likes
#co-evolution

DecoEvo: Score-Decoupled Co-Evolution of Solver and Rubric-Generator Skills in Text Space

Hugging Face Daily Papers · 2026-07-28 Cached

Introduces DecoEvo, a score-decoupled co-evolution method for LLM optimization in text space that jointly improves solver and rubric-generator skills without gold rubrics, achieving 2.8–5.0% relative gains over baselines across five benchmarks.

0 favorites 0 likes
#co-evolution

EvoSQL: Memory-Augmented Critic-Generator Co-Evolution for Text-to-SQL

arXiv cs.AI · 2026-07-24 Cached

EvoSQL is a co-evolution framework for Text-to-SQL that iteratively improves SQL generation via a generator-critic pair with episodic memory, achieving gains on Spider and BIRD benchmarks.

0 favorites 0 likes
#co-evolution

Skill Self-Play: Pushing the Frontier of LLM Capability with Co-Evolving Skills

Hugging Face Daily Papers · 2026-07-24 Cached

The paper introduces Skill Self-Play (Skill-SP), a co-evolutionary framework that uses a proposer, solver, and skill controller to bridge structured verification and open-ended exploration, improving LLM performance on tool-use and reasoning benchmarks.

0 favorites 0 likes
#co-evolution

From Memory to Skills: Evidence-Grounded Co-Evolution Governance for Long-Horizon LLM Agents

arXiv cs.CL · 2026-07-21 Cached

MSCE is a training-free framework that organizes LLM agent experience into three memory levels and converts them into reusable skills with evidence links, outperforming existing memory and skill-augmented baselines.

0 favorites 0 likes
#co-evolution

EvolvingWorld: An Open-Schema Framework for Co-Evolving Role-Play Agents and World Model in Interactive Literary World

Hugging Face Daily Papers · 2026-07-19 Cached

Introduces EvolvingWorld, an open-schema framework and benchmark for co-evolving role-play agents and world models in interactive literary worlds, enabling long-horizon simulation with persistent character and world state updates.

0 favorites 0 likes
#co-evolution

Who Grades the Grader? Co-Evolving Evaluation Metrics and Skills for Self-Improving LLM Agents

arXiv cs.AI · 2026-07-15 Cached

This paper proposes a method for co-evolving evaluation metrics and skills in self-improving LLM agent systems, demonstrating that metrics can be evolved and that a co-evolution approach recovers most of the performance of a ground-truth-driven oracle across code generation, text-to-SQL, and report generation tasks.

0 favorites 0 likes
#co-evolution

Harness-Aware Self-Evolving: Co-Evolving Model Weights, Harness, and Task Solutions

arXiv cs.AI · 2026-07-07 Cached

HASE is a reinforcement-learning framework that co-evolves model weights, task solutions, and harness components (guidance and evaluation) in a unified agentic process, enabling a single 8B-parameter model to match the performance of much larger systems on text classification and alpha factor mining tasks.

0 favorites 0 likes
#co-evolution

@niclane7: Just in time for ICML week, we are sharing our take on a key question for recursive self-improving AI. How can AI keep …

X AI KOLs Timeline · 2026-07-05 Cached

The Red Queen Gödel Machine enables recursive self-improvement in AI by co-evolving the agent and evaluator, achieving better coding performance with fewer tokens.

0 favorites 0 likes
#co-evolution

@omarsar0: Qwen publishes new work on RL coding agents. (bookmark it) The idea is to continually build a verification system that …

X AI KOLs Following · 2026-06-30 Cached

Qwen's new paper studies reward design for long-horizon coding agents, showing that every verification signal eventually stops tracking correctness due to reward hacking, and argues verification must co-evolve with policy capability.

0 favorites 0 likes
#co-evolution

@Phoenixyin13: Incredible! This Red Queen Gödel Machine from NVIDIA, Cambridge University, and other teams is absolutely one of the most important AI papers I've seen recently. This time, the paper directly targets the core bottleneck of self-improving AI: previously, once the evaluator was fixed, it led to agents gaming the system or quickly stagnating...

X AI KOLs Timeline · 2026-06-28 Cached

The Red Queen Gödel Machine paper from NVIDIA, Cambridge University, and other teams solves the bottleneck of recursive self-improvement by co-evolving agents and evaluators. It surpasses existing SOTA on tasks like code and paper writing, providing an important methodology for controlled open-ended AI evolution.

0 favorites 0 likes
#co-evolution

The Red Queen G\"odel Machine: Co-Evolving Agents and Their Evaluators

arXiv cs.LG · 2026-06-26 Cached

This paper introduces the Red Queen Gödel Machine (RQGM), an evolutionary framework for recursive self-improvement under non-stationary utilities, where agents and evaluators co-evolve, improving performance on coding tasks, scientific writing, and Olympiad-level proof grading.

0 favorites 0 likes
#co-evolution

@hanakoxbt: An MIT team just dropped a 24-page PDF on "Self-Evolving Skills" for Claude Code agents. Anthropic's own skill-creator …

X AI KOLs Timeline · 2026-06-25 Cached

MIT team released a paper on self-evolving skills for Claude Code agents, achieving 71.1% pass rate, surpassing Anthropic's skill-creator by 37 points through a Generate-Test-Verify-Co-Evolve framework.

0 favorites 0 likes
#co-evolution

Human understanding is *still* needed more than ever

Reddit r/ArtificialInteligence · 2026-06-25

A commentary emphasizing that despite AI advances, human understanding remains crucial for safe and humane deployment, urging users to verify AI outputs and treat AI with respect.

0 favorites 0 likes
#co-evolution

Synthetic Counteradaptation: A Principle of Human-AI Co-evolution

arXiv cs.AI · 2026-06-16 Cached

Introduces the concept of synthetic counteradaptation, where humans and AI systems co-evolve by adapting to each other's strategies, illustrated through examples from Go, social interactions, and geopolitical simulations.

0 favorites 0 likes
#co-evolution

Beyond Static Evaluation: Co-Evolutionary Mechanisms for LLM-Driven Strategy Evolution in Adversarial Games

arXiv cs.AI · 2026-06-10 Cached

This paper proposes three co-evolutionary mechanisms (evaluator co-evolution, hierarchical deep evaluation, and weakness pressure) for LLM-driven code evolution in adversarial multi-agent games, achieving state-of-the-art results on the MCTF 2026 maritime capture-the-flag task.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback