Collaborative Problem-Solving in an Optimization Game

📅 2025-05-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses human-AI collaborative solving of NP-hard combinatorial optimization problems, using the two-player Traveling Salesman Problem (2-TSP) as a representative case. Method: We propose the first collaborative dialogue game paradigm for combinatorial optimization, integrating large language models (LLMs) with symbolic state tracking, semantic grounding, and multi-turn collaborative dialogue modeling to enable natural-language-driven exploration of the solution space. Contribution/Results: Our approach uniquely couples LLMs’ generative capabilities with precise constraint-aware reasoning over combinatorial structures, supporting both human-AI collaboration and autonomous agent self-play. Experiments show that 45% of self-play episodes achieve globally optimal solutions; moreover, the system exhibits strong cross-graph generalization, successfully transferring to unseen graph instances. This work establishes a novel paradigm for designing trustworthy, interpretable, and collaborative AI agents for complex optimization tasks.

Technology Category

Application Category

📝 Abstract
Dialogue agents that support human users in solving complex tasks have received much attention recently. Many such tasks are NP-hard optimization problems that require careful collaborative exploration of the solution space. We introduce a novel dialogue game in which the agents collaboratively solve a two-player Traveling Salesman problem, along with an agent that combines LLM prompting with symbolic mechanisms for state tracking and grounding. Our best agent solves 45% of games optimally in self-play. It also demonstrates an ability to collaborate successfully with human users and generalize to unfamiliar graphs.
Problem

Research questions and friction points this paper is trying to address.

Develop dialogue agents for collaborative optimization tasks
Solve two-player Traveling Salesman Problem via dialogue
Combine LLM prompting with symbolic state tracking
Innovation

Methods, ideas, or system contributions that make the work stand out.

Combines LLM prompting with symbolic mechanisms
Solves two-player Traveling Salesman collaboratively
Achieves 45% optimal solutions in self-play
🔎 Similar Papers