paper-with-me

Papers

CoMaPOI: A Collaborative Multi-Agent Framework for Next POI Prediction Bridging the Gap Between Trajectory and Language

2025-05-28 · Lin Zhong, Lingzhi Wang, Xu Yang, Qing Liao

Large Language Models (LLMs) offer new opportunities for the next Point-Of-Interest (POI) prediction task, leveraging their capabilities in semantic understanding of POI trajectories. However, previous LLM-based methods, which are superficially adapted to next POI prediction, largely overlook critical challenges associated with applying LLMs to this task. Specifically, LLMs encounter two critical challenges: (1) a lack of intrinsic understanding of numeric spatiotemporal data, which hinders accurate modeling of users' spatiotemporal distributions and preferences; and (2) an excessively large and unconstrained candidate POI space, which often results in random or irrelevant predictions. To address these issues, we propose a Collaborative Multi Agent Framework for Next POI Prediction, named CoMaPOI. Through the close interaction of three specialized agents (Profiler, Forecaster, and Predictor), CoMaPOI collaboratively addresses the two critical challenges. The Profiler agent is responsible for converting numeric data into language descriptions, enhancing semantic understanding. The Forecaster agent focuses on dynamically constraining and refining the candidate POI space. The Predictor agent integrates this information to generate high-precision predictions. Extensive experiments on three benchmark datasets (NYC, TKY, and CA) demonstrate that CoMaPOI achieves state of the art performance, improving all metrics by 5% to 10% compared to SOTA baselines. This work pioneers the investigation of challenges associated with applying LLMs to complex spatiotemporal tasks by leveraging tailored collaborative agents.

📄 PDF Abstract BibTeX arXiv:2505.23837

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MAS4POI: a Multi-Agents Collaboration System for Next POI Recommendation

2024-09-05 · Yuqian Wu, Yuhong Peng, Jiapeng Yu, Raymond S. T. Lee

LLM-based Multi-Agent Systems have potential benefits of complex decision-making tasks management across various domains but their applications in the next Point-of-Interest (POI) recommendation remain underexplored. Thi…

Decision MakingManagement

AgentRec: Next-Generation LLM-Powered Multi-Agent Collaborative Recommendation with Adaptive Intelligence

2025-10-02 · Bo Ma, Hang Li, ZeHua Hu, XiaoFan Gui 외 arxiv

Interactive conversational recommender systems have gained significant attention for their ability to capture user preferences through natural language interactions. However, existing approaches face substantial challeng…

BMW Agents -- A Framework For Task Automation Through Multi-Agent Collaboration

2024-06-28 · Noel Crawford, Edward B. Duffy, Iman Evazzade, Torsten Foehr 외

Autonomous agents driven by Large Language Models (LLMs) offer enormous potential for automation. Early proof of this technology can be found in various demonstrations of agents solving complex tasks, interacting with ex…

Distributed Multi-agent Video Fast-forwarding

2020-08-10 · Shuyue Lan, Zhilu Wang, Amit K. Roy-Chowdhury, Ermin Wei 외

In many intelligent systems, a network of agents collaboratively perceives the environment for better and more efficient situation awareness. As these agents often have limited resources, it could be greatly beneficial t…

Metacognitive Self-Correction for Multi-Agent System via Prototype-Guided Next-Execution Reconstruction

2025-10-16 · Xu Shen, Qi Zhang, Song Wang, Zhen Tan 외 arxiv

Large Language Model based multi-agent systems (MAS) excel at collaborative problem solving but remain brittle to cascading errors: a single faulty step can propagate across agents and disrupt the trajectory. In this pap…