Revisiting General Map Search via Generative Point-of-Interest Retrieval
Dong Chen, Shuai Zheng, Haoyang Shao, Hongsheng Wu, Muhao Xu + 3 more
TLDR
GenPOI is a generative framework using LLMs to improve map search by handling underspecified queries through spatial-aware POI retrieval.
Key contributions
- Proposes GenPOI, a generative framework for Point-of-Interest (POI) retrieval in general map search.
- Unifies heterogeneous search contexts and POIs into structured sequences for LLM-based generation.
- Introduces Geo-Semantic POI Tokenization to encode both semantic and geographic POI context.
- Employs proximity-aware constrained generation to ensure geospatial relevance of generated results.
Why it matters
This paper addresses limitations in general map search by introducing a generative POI retrieval framework. It leverages LLMs to better understand complex, underspecified user queries by integrating diverse contexts. This approach significantly enhances the accuracy and relevance of map search results, especially for personalized and context-dependent requests.
Original Abstract
Point-of-Interest (POI) retrieval aims to identify relevant candidates from massive-scale POI databases, serving as a cornerstone for diverse location-based services. However, in general map search scenarios, conventional POI retrieval methods are increasingly challenged by underspecified user queries due to their excessive reliance on surface-level semantic matching. Meanwhile, such queries are often highly context-dependent and personalized, yet existing retrieval paradigms struggle to effectively synergize heterogeneous contexts for complex search intent inference. To address these limitations, we revisit general map search from a generative perspective and propose GenPOI, an innovative Generative POI retrieval framework tailored for general search on maps. It seamlessly unifies heterogeneous search contexts and POIs into structured sequences, leveraging the powerful contextual modeling of Large Language Models (LLMs) for spatial-aware candidate generation. Consequently, this generative paradigm effectively solves more challenging queries through profound context dependency modeling and search intent reasoning. Specifically, accounting for the unique geospatial nature of map scenarios, GenPOI introduces a novel Geo-Semantic POI Tokenization to represent each POI as a compact token sequence encoding both semantic and geographic context, thus grounding the LLM's spatial understanding. Additionally, a proximity-aware constrained generation strategy is employed to restrict the decoding space of the LLM, ensuring the validity and geospatial relevance of the generated results. Extensive experiments on large-scale industrial datasets from Tencent Map, comprising POIs at the scale of over 10 million, demonstrate the superior performance of GenPOI.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.