IJCAI 2024poster2 citations

Human-Agent Cooperation in Games under Incomplete Information through Natural Language Communication

Shenghui Chen, Daniel Fried, Ufuk Topcu

Abstract

Developing autonomous agents that can strategize and cooperate with humans under information asymmetry is challenging without effective communication in natural language. We introduce a shared-control game, where two players collectively control a token in alternating turns to achieve a common objective under incomplete information. We formulate a policy synthesis problem for an autonomous agent in this game with a human as the other player. To solve this problem, we propose a communication-based approach comprising a language module and a planning module. The language module translates natural language messages into and from a finite set of flags, a compact representation defined to capture player intents. The planning module leverages these flags to compute a policy using an asymmetric information-set Monte Carlo tree search with flag exchange algorithm we present. We evaluate the effectiveness of this approach in a testbed based on Gnomes at Night, a search-and-find maze board game. Results of human subject experiments show that communication narrows the information gap between players and enhances human-agent cooperation efficiency with fewer turns.

Humans and AI: HAI: Human-AI collaborationPlanning and Scheduling: PS: Planning with Incomplete InformationUncertainty in AI: UAI: Sequential decision makingNatural Language Processing: NLP: Dialogue and interactive systems
BibTeX
@inproceedings{ijcai2024p867,
  title     = {Human-Agent Cooperation in Games under Incomplete Information through Natural Language Communication},
  author    = {Chen, Shenghui and Fried, Daniel and Topcu, Ufuk},
  booktitle = {Proceedings of the Thirty-Third International Joint Conference on
               Artificial Intelligence, {IJCAI-24}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Kate Larson},
  pages     = {7833--7841},
  year      = {2024},
  month     = {8},
  note      = {Human-Centred AI},
  doi       = {10.24963/ijcai.2024/867},
  url       = {https://doi.org/10.24963/ijcai.2024/867},
}