用异构图建模多语言地点检索,提升跨语言匹配效果
HGAMN: Heterogeneous Graph Attention Matching Network for Multilingual POI Retrieval at Baidu Maps

- 构建包含地点与查询节点的异构图,利用搜索日志关联信息
- 通过节点间连接缓解低频地点数据稀疏问题,提升冷门地点召回率
- 设计交叉注意力机制融合双类型节点表征,支持多语言查询精准匹配
国际旅行需求增长推动了多语言地点检索的需求。用户在陌生语言环境下需通过多语种查询获取本地场所(如餐厅、景点)信息,这已成为百度地图等全球地图应用的核心功能。该任务面临两大挑战:访问稀疏性与多语言查询-地点匹配难题。为此,我们提出异构图注意力匹配网络(HGAMN),利用百度地图搜索日志构建包含地点节点与查询节点的异构图。为缓解访问稀疏性,通过地点间连接将低频地点与高频地点关联,实现知识迁移;为应对多语言匹配难题,基于查询与地点共现关系构建跨语言边,聚合不同语言与表达形式的查询。进一步设计基于注意力的网络联合学习节点表示,并引入交叉注意力模块融合两类节点表征,用于查询-地点相关性评分。在大规模真实数据集上的实验验证了HGAMN的有效性与优越性。目前该模型已在百度地图上线部署,日均处理数亿请求。
原文摘要 · Abstract (English)
The increasing interest in international travel has raised the demand of retrieving point of interests in multiple languages. This is even superior to find local venues such as restaurants and scenic spots in unfamiliar languages when traveling abroad. Multilingual POI retrieval, enabling users to find desired POIs in a demanded language using queries in numerous languages, has become an indispensable feature of today's global map applications such as Baidu Maps. This task is non-trivial because of two key challenges: (1) visiting sparsity and (2) multilingual query-POI matching. To this end, we propose a Heterogeneous Graph Attention Matching Network (HGAMN) to concurrently address both challenges. Specifically, we construct a heterogeneous graph that contains two types of nodes: POI node and query node using the search logs of Baidu Maps. To alleviate challenge \#1, we construct edges between different POI nodes to link the low-frequency POIs with the high-frequency ones, which enables the transfer of knowledge from the latter to the former. To mitigate challenge \#2, we construct edges between POI and query nodes based on the co-occurrences between queries and POIs, where queries in different languages and formulations can be aggregated for individual POIs. Moreover, we develop an attention-based network to jointly learn node representations of the heterogeneous graph and further design a cross-attention module to fuse the representations of both types of nodes for query-POI relevance scoring. Extensive experiments conducted on large-scale real-world datasets from Baidu Maps demonstrate the superiority and effectiveness of HGAMN. In addition, HGAMN has already been deployed in production at Baidu Maps, and it successfully keeps serving hundreds of millions of requests every day.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。