TrajPrism
收藏资源简介:
TrajPrism是由新南威尔士大学和香港科技大学广州团队构建的大规模多任务语言-轨迹对齐基准数据集,旨在推动城市轨迹理解研究。该数据集包含来自葡萄牙波尔图、美国旧金山和中国北京的30万条真实城市GPS轨迹,通过四维旅行意图分类法生成了210万个任务实例,涵盖指令条件轨迹生成、语义轨迹检索和轨迹描述三大任务。数据构建采用可复现的逆向意图重建流程,将地图匹配的轨迹压缩为语义阶段,并基于大语言模型合成多样化的语言标注,经过严格的质量控制与人工评判。该数据集主要应用于城市移动性分析、自然语言界面导航以及智能交通系统等领域,致力于解决真实轨迹与自然语言描述之间的细粒度对齐问题,为评估模型在轨迹保真度、检索质量和语言基础性方面的综合性能提供统一平台。
TrajPrism is a large-scale multi-task language-trajectory alignment benchmark dataset constructed by teams from the University of New South Wales and The Hong Kong University of Science and Technology (Guangzhou), aiming to advance urban trajectory understanding research. This dataset contains 300,000 real-world urban GPS trajectories collected from Porto, Portugal, San Francisco of the United States, and Beijing, China. It generates 2.1 million task instances via a four-dimensional travel intention taxonomy, covering three core tasks: instruction-conditioned trajectory generation, semantic trajectory retrieval, and trajectory description. The dataset is built using a reproducible reverse intention reconstruction pipeline: first compressing map-matched trajectories into semantic segments, then synthesizing diverse linguistic annotations with large language models (LLMs), followed by rigorous quality control and human evaluation. This dataset is primarily applied in fields such as urban mobility analysis, natural language interface navigation, intelligent transportation systems and other related domains. It is dedicated to addressing the fine-grained alignment problem between real-world trajectories and natural language descriptions, providing a unified platform for evaluating the comprehensive performance of models across trajectory fidelity, retrieval quality and linguistic grounding.
根据提供的HTML内容,以下是对该数据集详情页面的总结:
数据集名称
TrajPrism
数据集概述
TrajPrism 是一个用于语义接地城市轨迹理解的多模态基准数据集,覆盖三个城市:波尔图、北京和旧金山。该基准旨在支持三个轨迹-语言任务。
任务与基线方法
| 任务 | 输入 | 输出 | 示例方法 |
|---|---|---|---|
| 任务1:轨迹生成 | 导航指令 + 起始位置 | 道路段轨迹 | TrajAnchor(RAG增强) |
| 任务2:轨迹检索 | 检索查询 | 匹配的轨迹 | 对比对齐 |
| 任务3:轨迹描述 | 轨迹 | 自然语言描述 | TrajRAP |
数据集文件结构(每个城市)
data/{city}/roadmap.rel— 有向道路网络边data/{city}/roadmap.geo— 道路段属性与坐标data/{city}/road_segment_h3_mapping.json— 道路段ID到H3单元的映射data/{city}/semantics/h3_text_descriptions_v1.json— H3语义描述traj_prism_datasets/{city}/processed/task{1,2,3}_{train,val,test}.jsonl— 各任务划分数据traj_prism_datasets/{city}/processed/trajectory_db_{train,val,test}.jsonl— 轨迹数据库
任务2:指令-轨迹检索
- 轨迹编码器:支持 TrajCL、T-JEPA、UniTraj、BLUE 等骨干网络。
- 语义编码器:支持文本描述(H3语义描述默认)和GNN编码器。
- 训练模式:单编码器模式或融合模式(轨迹编码器 + 语义编码器 + 拼接融合)。
默认模型
所有基线任务默认使用 Qwen3.5-4B 作为大语言模型后端。




