超要約: LLM(大規模言語モデル)を使って、色んな役割のAIちゃん達が協力して問題解決のコツ(ヒューリスティック)を自動で作るシステム「RoCo」がすごい!
✨ ギャル的キラキラポイント ✨ ● 複数のAIがチームプレイで、色んなタイプの問題に対応できるようにしたってこと!🤝 ● 専門知識なくても、良い感じのコツが作れちゃうから、誰でも使えるのが神!🥺 ● IT業界の課題解決に役立って、新しいビジネスも作れるかもって、未来が明るい!🚀
詳細解説 ● 背景 組み合わせ最適化問題(組み合わせさいぜきかもんだい)って、ITとか色んな分野でめっちゃ大事な問題のこと💖 今までは、人が考えたコツ(ヒューリスティック)とか、AIが自分でコツを探す方法があったけど、イマイチだったの😭
● 方法 RoCoは、4つの役割を持ったAIちゃん達が協力するシステム!👯♀️ 探索者(たんさくしゃ)が色んなコツを作って、利用・洗練者(りよう・せんれんしゃ)が良くする✨、批評者(ひひょうしゃ)が評価して、統合者(とうごうしゃ)がまとめる! 繰り返し洗練(はんぷくてきせんれん)して、良いコツを見つけるんだって!👀
続きは「らくらく論文」アプリで
Automatic Heuristic Design (AHD) has gained traction as a promising solution for solving combinatorial optimization problems (COPs). Large Language Models (LLMs) have emerged and become a promising approach to achieving AHD, but current LLM-based AHD research often only considers a single role. This paper proposes RoCo, a novel Multi-Agent Role-Based System, to enhance the diversity and quality of AHD through multi-role collaboration. RoCo coordinates four specialized LLM-guided agents-explorer, exploiter, critic, and integrator-to collaboratively generate high-quality heuristics. The explorer promotes long-term potential through creative, diversity-driven thinking, while the exploiter focuses on short-term improvements via conservative, efficiency-oriented refinements. The critic evaluates the effectiveness of each evolution step and provides targeted feedback and reflection. The integrator synthesizes proposals from the explorer and exploiter, balancing innovation and exploitation to drive overall progress. These agents interact in a structured multi-round process involving feedback, refinement, and elite mutations guided by both short-term and accumulated long-term reflections. We evaluate RoCo on five different COPs under both white-box and black-box settings. Experimental results demonstrate that RoCo achieves superior performance, consistently generating competitive heuristics that outperform existing methods including ReEvo and HSEvo, both in white-box and black-box scenarios. This role-based collaborative paradigm establishes a new standard for robust and high-performing AHD.