paper-with-me

Papers

Collaborative Problem-Solving in an Optimization Game

2025-05-21 · Isidora Jeknic, Alex Duchnowski, Alexander Koller

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.

📄 PDF Abstract BibTeX arXiv:2505.15490

Code (1)

coli-saar/collaborative-problem-solving 공식 구현

Tasks

Traveling Salesman Problem

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Collab-Solver: Collaborative Solving Policy Learning for Mixed-Integer Linear Programming

2025-08-05 · Siyuan Li, Yifan Yu, Zhihao Zhang, Mengjing Chen 외 arxiv

Mixed-integer linear programming (MILP) has been a fundamental problem in combinatorial optimization. Conventional MILP solving mainly relies on carefully designed heuristics embedded in the branch-and-bound framework. D…

Characterizing Language Use in a Collaborative Situated Game

2025-12-03 · Nicholas Tomlin, Naitian Zhou, Eve Fleisig, Liangyuan Chen 외 arxiv

Cooperative video games, where multiple participants must coordinate by communicating and reasoning under uncertainty in complex environments, yield a rich source of language data. We collect the Portal Dialogue Corpus: …

Exploiting Agent and Type Independence in Collaborative Graphical Bayesian Games

2011-08-01 · Frans A. Oliehoek, Shimon Whiteson, Matthijs T. J. Spaan

Efficient collaborative decision making is an important challenge for multiagent systems. Finding optimal joint actions is especially challenging when each agent has only imperfect information about the state of its envi…

Decision MakingVocal Bursts Type Prediction

Solving Optimization Problems by the Public Goods Game

2016-04-07 · Marco Alberto Javarone

We introduce a method based on the Public Goods Game for solving optimization tasks. In particular, we focus on the Traveling Salesman Problem, i.e. a NP-hard problem whose search space exponentially grows increasing the…

Combinatorial OptimizationTraveling Salesman Problem

Cooperative Profiles Predict Multi-Agent LLM Team Performance in AI for Science Workflows

2026-04-22 · Shivani Kumar, Adarsh Bharathwaj, David Jurgens arxiv

Multi-agent systems built from teams of large language models (LLMs) are increasingly deployed for collaborative scientific reasoning and problem-solving. These systems require agents to coordinate under shared constrain…