Approximate Dec-POMDP Solving Using Multi-Agent A*

Abstract

Accurate forecasting of time series is crucial for many applications in the real world. Conventional methods primarily rely on statistical analysis of historical data, often leading to overfitting and failing to account for background information and constraints imposed by external events. Therefore, introducing large language models (LLMs) with robust textual capabilities holds significant potential. However, due to the inherent limitations of LLMs in handling numerical data, they do not exhibit advantages in precise numerical prediction tasks. Therefore, we propose a framework to integrate LLMs with conventional methods synergistically. Rather than directly outputting numerical predictions, we leverage the capabilities of the LLMs to generate textual temporal patterns, thereby fully utilizing their inherent knowledge and reasoning abilities. Additionally, we introduce a memory network designed to decode these textual representations into a format that numerical models can effectively interpret. This approach not only capitalizes on the strengths of the LLM in text processing but also bridges the gap between textual and numerical data, enhancing the overall predictive performance of the model. Our experimental results demonstrate the framework's effectiveness, achieving state-of-the-art performance on various benchmark datasets.

Cite

Text

Koops et al. "Approximate Dec-POMDP Solving Using Multi-Agent A*." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/745

Markdown

[Koops et al. "Approximate Dec-POMDP Solving Using Multi-Agent A*." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/koops2024ijcai-approximate/) doi:10.24963/ijcai.2024/745

BibTeX

@inproceedings{koops2024ijcai-approximate,
  title     = {{Approximate Dec-POMDP Solving Using Multi-Agent A*}},
  author    = {Koops, Wietze and Junges, Sebastian and Jansen, Nils},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6743-6751},
  doi       = {10.24963/ijcai.2024/745},
  url       = {https://mlanthology.org/ijcai/2024/koops2024ijcai-approximate/}
}